From 32283e8ac3b31cca7e9ba6f7fe041c13041516ce Mon Sep 17 00:00:00 2001 From: Daniel <2929574+danielque@users.noreply.github.com> Date: Tue, 30 Nov 2021 10:22:11 +0100 Subject: [PATCH] add a pull request template file [ci skip] when creating a new pull request on GitHub, the pull request template file is used to provide default text for the pull request description; must be present in the default branch (e.g. master or main) of the repository to take effect; --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c2c2b0e0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ + + +## Description of proposed changes + + +## Types of changes + + +- [ ] Bugfix +- [ ] Feature +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation updates +- [ ] Other (please describe): + +## Checklist + +- [ ] Code compiles correctly (mandatory for bugfixes / features / refactoring / build process) +- [ ] Tests for the changes have been added / updated (mandatory for bugfixes / features) +- [ ] Documentation has been added / updated (mandatory for bugfixes / features) + +## Further comments +