From 8f227c6db0d111a05147500dec05872e4010c892 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 22 May 2018 15:53:44 -0400 Subject: Mention warning and error message docs in PR template This closes #7580 c.f. https://github.com/coq/coq/pull/7559#issuecomment-390749207 and https://github.com/coq/coq/pull/7559#issuecomment-390872924. This should be reverted if and when we move to autogenerated docs for warnings and errors, as suggested in #7373. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a9230042a5..6a555f37fb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,5 +12,5 @@ Fixes / closes #???? -- [ ] Corresponding documentation was added / updated. +- [ ] Corresponding documentation was added / updated (including any warning- and error-messages added / removed / modified). - [ ] Entry added in CHANGES. -- cgit v1.2.3 From 659696f3c1bae265cb71f1bc4b6ebc5f933db223 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 23 May 2018 09:59:18 -0400 Subject: Remove dashes from PR template As per PR comment suggestion--- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a555f37fb..86c15f6e80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,5 +12,5 @@ Fixes / closes #???? -- [ ] Corresponding documentation was added / updated (including any warning- and error-messages added / removed / modified). +- [ ] Corresponding documentation was added / updated (including any warning and error messages added / removed / modified). - [ ] Entry added in CHANGES. -- cgit v1.2.3