diff options
| author | Maxime Dénès | 2018-06-04 10:29:21 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-06-04 10:29:21 +0200 |
| commit | c2ceb06d88c63814dd704cd505420dc44841c026 (patch) | |
| tree | cc233cc01424397c476bef3ba351520fc6db43b7 | |
| parent | 2837bab8a84395f07f53513319b82168a68305ca (diff) | |
| parent | a7814f013b779f5868730c05273866d6d2c6ac8b (diff) | |
Merge PR #7619: Mention test-suite in PR template
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 86c15f6e80..4a8606a38a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,9 @@ Fixes / closes #???? +<!-- If there is a user-visible change in coqc/coqtop/coqchk/coq_makefile behavior and testing is not prohibitively expensive: --> +<!-- (Otherwise, remove this line.) --> +- [ ] Added / updated test-suite <!-- If this is a feature pull request / breaks compatibility: --> <!-- (Otherwise, remove these lines.) --> - [ ] Corresponding documentation was added / updated (including any warning and error messages added / removed / modified). |
