branch: externals/which-key commit ce25fb260003eb965e1c104804f690d9405ec8b4 Author: Justin Burkett <jus...@burkett.cc> Commit: Justin Burkett <jus...@burkett.cc>
Add basic PR template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..70cf8f0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +Pull requests are welcome as long as the following apply. + +1. The issue you are fixing or feature you are adding is clearly described and/or referenced in the pull request or github issue. +2. Since which-key is on [GNU ELPA](https://elpa.gnu.org/packages/), any [legally significant](https://www.gnu.org/prep/maintain/html_node/Legally-Significant.html#Legally-Significant) changes must have their copyright assigned to the FSF ([more info](https://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html)). If you have not done so and would like to assign copyright, please see the [request form](https://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/Copyright/request-assign.fu [...]