diff options
| author | Cyril Cohen | 2019-05-29 15:46:13 +0200 |
|---|---|---|
| committer | GitHub | 2019-05-29 15:46:13 +0200 |
| commit | 9cce7c903facaa606a718892f5d42fdddd04406b (patch) | |
| tree | 729d26427b2b2768ef717f146ed32ad9797d46b6 /.github | |
| parent | 748d716efb2f2f75946c8386e441ce1789806a39 (diff) | |
| parent | 507c437fd3c030c710b35d41ba1ff52a2a424ab1 (diff) | |
Merge pull request #352 from CohenCyril/pr_tempate
PR template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/pull_request_template.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..ec2d959 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +##### Motivation for this change + +<!-- please explain your reason for doing this change --> + +##### Things done/to do + +<!-- please fill in the following checklist --> +- [ ] added corresponding entries in CHANGELOG_UNRELEASED.md +- [ ] added corresponding documentation in the headers + +<!-- if items above are irrelevant, explain what you did here --> + +<!-- please fill in the following checklist --> +<!-- leave this note as a reminder to reviewers --> +##### Automatic note to reviewers + +Read [this +Checklist](https://github.com/math-comp/math-comp/wiki/Checklist-for-following,-reviewing-and-playing-with-a-PR#checklist-for-reviewing-a-pr) + +and make sure there is a milestone. |
