Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.44 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

22 lines (15 loc) · 1.44 KB

PR Introduction

First of all, thank you for considering to raise a pull request!

Don’t be afraid to ask for advice before working on a contribution. If you’re thinking about a bigger change, especially that might affect the core working or architecture, it’s almost essential to talk and ask about what you’re planning might affect things. Some of the larger future plans may not be documented well so it’s difficult to understand how your change might affect the general direction and roadmap of this project without asking.

The preferred way to communicate is probably via Discord or GitHub issues.

Helpful information to understand the project can be found here: CONTRIBUTING

^^^ please delete the lines above when raising a PR to keep the request to the bare essentials ^^^

Checklist

Please put a X in the boxes as evidence of reading through the checklist.

  • I have forked the project, and raised this PR on a feature branch.
  • make githooks has been run, and my git commit message was accepted by the git hook.
  • make daemon-compile runs without any issues.
  • make daemon-codestyle runs without any issues.
  • make daemon-unittests runs without any issues.
  • make webui-codestyle runs without any issues.
  • I understand and accept the AGPL-3.0 license and code of conduct, and my contributions fall under these.