diff options
author | Jason Gross <jgross@mit.edu> | 2018-05-22 15:53:44 -0400 |
---|---|---|
committer | Jason Gross <jgross@mit.edu> | 2018-05-22 15:53:44 -0400 |
commit | 8f227c6db0d111a05147500dec05872e4010c892 (patch) | |
tree | b226760c587c18660815f609f57940fb9f224fe9 | |
parent | c792c9fc500cbc1cab14271ebc6a98cd516451b3 (diff) |
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.
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a9230042a..6a555f37f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,5 +12,5 @@ Fixes / closes #???? <!-- If this is a feature pull request / breaks compatibility: --> <!-- (Otherwise, remove these lines.) --> -- [ ] Corresponding documentation was added / updated. +- [ ] Corresponding documentation was added / updated (including any warning- and error-messages added / removed / modified). - [ ] Entry added in CHANGES. |