Files
OliveTin/.github/PULL_REQUEST_TEMPLATE.md
James Read 2981fc4c1f
Some checks failed
Build Snapshot / build-snapshot (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled
doc: Point pull request template to contributors guide (#549)
2025-04-02 22:47:41 +00:00

1.6 KiB
Raw Blame History

PR Introduction

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

Dont be afraid to ask for advice before working on a contribution. If youre thinking about a bigger change, especially that might affect the core working or architecture, its almost essential to talk and ask about what youre planning might affect things. Some of the larger future plans may not be documented well so its 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 read the CONTRIBUTORS guide
    • I considered the "3 line" suggestion.
    • I followed the "1 logical change" rule.
  • I have forked the project, and raised this PR on a feature branch.
  • I ran the pre-commit hooks, and my commit message was validated.
  • make -wC service compile runs without any issues.
  • make -wC service codestyle runs without any issues.
  • make -wC service unittests runs without any issues.
  • make -wC webui codestyle runs without any issues.
  • make -w it runs without any issues.
  • I understand and accept the AGPL-3.0 license and code of conduct, and my contributions fall under these.