From b5cf3e104aa81fa28b5210203921ba272c300790 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Wed, 29 May 2019 14:40:46 +0200 Subject: pr template --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c8c76bc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +##### Motivation for this change + +##### Things done/to do + + +- [ ] added corresponding entries in CHANGELOG_UNRELEASED.md +- [ ] added corresponding documentation in the headers + + +##### 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. -- cgit v1.2.3 From 507c437fd3c030c710b35d41ba1ff52a2a424ab1 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Wed, 29 May 2019 14:42:33 +0200 Subject: Update pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c8c76bc..ec2d959 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,16 @@ ##### Motivation for this change + + ##### Things done/to do - [ ] added corresponding entries in CHANGELOG_UNRELEASED.md - [ ] added corresponding documentation in the headers + + + ##### Automatic note to reviewers -- cgit v1.2.3