From 614ad33a60da7ce7dc61f09fad6afc45664a7cfd Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 6 Oct 2024 01:46:59 +0300 Subject: [PATCH] meta: add changelog reminder to the pull request template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5f1e4b6..7768d36 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,10 +15,16 @@ this comment. Please check all that apply. As before, this section is not a hard requirement but checklists with more checked items are likely to be merged faster. You may save some time in maintainer review by performing self-reviews here before submitting your pull request. + +If your pull request includes any change or unexpected behaviour not covered below, please do make sure to include +it above in your description. --> [editorconfig]: https://editorconfig.org +[changelog]: https://github.com/NotAShelf/nvf/tree/main/docs/release-notes +- [ ] I have updated the [changelog] as per my changes. +- [ ] I have tested, and self-reviewed my code. - Style and consistency - [ ] I ran **Alejandra** to format my code (`nix fmt`). - [ ] My code conforms to the [editorconfig] configuration of the project. @@ -42,3 +48,10 @@ If your changes touch upon a portion of the codebase that you do not understand the maintainers on your changes. In most cases, making an issue before creating your PR will help you avoid duplicate efforts in the long run. --> + +--- + +Add a :+1: [reaction] to [pull requests you find important]. + +[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ +[pull requests you find important]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc