Skip to content

Commit ae950e1

Browse files
committed
doc: refer to PR template in dev doc
1 parent 944a562 commit ae950e1

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,15 @@ pkgdown::build_site(preview=TRUE)
3030
The `main` version is available at `file:///<local path>/epidatr/epipredict/index.html` and `dev` at `file:///<local path>/epipredict/docs/dev/index.html`.
3131

3232
You can also build the docs manually and launch the site with python. From the terminal, this looks like
33+
3334
```bash
3435
R -e 'devtools::document()'
3536
python -m http.server -d docs
3637
```
3738

3839
## Versioning
3940

40-
Please follow the guidelines in the PR template document (reproduced here):
41-
42-
- [ ] Make sure this PR is against "dev", not "main".
43-
- [ ] Request a review from one of the current epipredict main reviewers:
44-
dajmcdon.
45-
- [ ] Makes sure to bump the version number in `DESCRIPTION` and `NEWS.md`.
46-
Always increment the patch version number (the third number), unless you are
47-
making a release PR from dev to main, in which case increment the minor
48-
version number (the second number).
49-
- [ ] Describe changes made in NEWS.md, making sure breaking changes
50-
(backwards-incompatible changes to the documented interface) are noted.
51-
Collect the changes under the next release number (e.g. if you are on
52-
0.7.2, then write your changes under the 0.8 heading).
41+
Please follow the guidelines in the [PR template document](.github/pull_request_template.md).
5342

5443
## Release process
5544

0 commit comments

Comments
 (0)