@@ -8,29 +8,20 @@ Fixes / closes #????
8
8
9
9
<!-- Remove anything that doesn't apply in the following checklist. -->
10
10
11
- <!-- If there is a user-visible change and testing is not prohibitively expensive: -->
12
- - [ ] Added / updated ** test-suite** .
13
-
14
11
<!-- If this is a feature pull request / breaks compatibility: -->
15
12
- [ ] Added ** changelog** .
16
13
- [ ] Added / updated ** documentation** .
17
- <!-- Check if the following applies, otherwise remove these lines. -->
18
- - [ ] Documented any new / changed ** user messages** .
19
- - [ ] Updated ** documented syntax** by running ` make doc_gram_rsts ` .
20
14
21
15
<!-- If this breaks external libraries or plugins in CI: -->
22
16
- [ ] Opened ** overlay** pull requests.
23
17
24
18
<!-- Pointers to relevant developer documentation:
25
19
26
- Contributing guide: https://github.com/coq/coq/blob/master/CONTRIBUTING.md
27
-
28
- Test-suite: https://github.com/coq/coq/blob/master/test-suite/README.md
20
+ Contributing guide: https://github.com/coq-community/stdlib/blob/master/CONTRIBUTING.md
29
21
30
- Changelog: https://github.com/coq/coq /blob/master/doc/changelog/README.md
22
+ Changelog: https://github.com/coq-community/stdlib /blob/master/doc/changelog/README.md
31
23
32
- Building the doc: https://github.com/coq/coq/blob/master/doc/README.md
33
- Sphinx: https://github.com/coq/coq/blob/master/doc/sphinx/README.rst
34
- doc_gram: https://github.com/coq/coq/blob/master/doc/tools/docgram/README.md
24
+ Building the doc: https://github.com/coq-community/stdlib/blob/master/doc/README.md
25
+ Sphinx: https://github.com/coq-community/stdlib/blob/master/doc/sphinx/README.rst
35
26
36
- Overlays: https://github.com/coq/coq /blob/master/dev/ci/user-overlays/ README.md
27
+ Overlays: https://github.com/coq-community/stdlib /blob/master/dev/doc/ README-CI .md
0 commit comments