diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-01 15:27:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 09:19:51 +0200 |
commit | 346b4def596c8807005106acd7ddd1146c134428 (patch) | |
tree | a6b34d2692ee07db181314573517112ea7fcf9ce | |
parent | www-client/chromium: drop 124.0.6367.78 (diff) | |
download | gentoo-346b4def596c8807005106acd7ddd1146c134428.tar.gz gentoo-346b4def596c8807005106acd7ddd1146c134428.tar.bz2 gentoo-346b4def596c8807005106acd7ddd1146c134428.zip |
.github: Add pull request template
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/36503
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | .github/pull_request_template.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000000..a0544e7cb8e1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +<!-- Please put the pull request description above --> + +--- + +Please check all the boxes that apply: + +- [ ] I can submit this contribution in agreement with the [Copyright Policy](https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin). +- [ ] I have certified the above via adding a `Signed-off-by` line to *every* commit in the pull request. +- [ ] This contribution has not been created with the assistance of Natural Language Processing artificial intelligence tools, in accordance with [AI policy](https://wiki.gentoo.org/wiki/Project:Council/AI_policy). +- [ ] I have run `pkgcheck scan --commits --net` to check for issues with my commits. + +Please note that all boxes must be checked for the pull request to be merged. |