diff options
| author | Gaëtan Gilbert | 2021-03-10 15:03:43 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2021-03-10 15:03:43 +0100 |
| commit | 5fc074e924a705baf6344bc4e0c0916bc1b6c542 (patch) | |
| tree | 29807d3f44f350fed9506d6020803181cfe30d3c /.github/PULL_REQUEST_TEMPLATE.md | |
| parent | b55216ab3509f48e45aac035f1b799529d068f51 (diff) | |
Mention overlays in PR template
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3bd3342329..df9e14b178 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,3 +17,5 @@ Fixes / closes #???? <!-- (Otherwise, remove these lines.) --> - [ ] Corresponding documentation was added / updated (including any warning and error messages added / removed / modified). - [ ] Entry added in the changelog (see https://github.com/coq/coq/tree/master/doc/changelog#unreleased-changelog for details). +- [ ] Overlay pull requests (if this breaks 3rd party developments in CI, see +https://github.com/coq/coq/blob/master/dev/ci/user-overlays/README.md for details) |
