summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-07 23:36:27 -0500
committerGitHub <noreply@github.com>2022-11-07 23:36:27 -0500
commite1be318177ed0447c8997df166987dee1a48e343 (patch)
treedde5bc31585755279c214456cc62e8bfb9bfeebb /.github
parent76d2e83efafccaad0e26801c510ee5da8291cbe6 (diff)
docs: update usage and config, add blurb in home (#876)
* docs: update usage and config, add blurb in home * add doc pages to pr template
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 2abadfc5..67007c31 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -24,7 +24,7 @@ _If relevant, ensure the following have been met:_
- [ ] _Areas your change affects have been linted using rustfmt (`cargo fmt`)_
- [ ] _The change has been tested and doesn't appear to cause any unintended breakage_
-- [ ] _Documentation has been added/updated if needed (`README.md`, help menu, etc.)_
+- [ ] _Documentation has been added/updated if needed (`README.md`, help menu, doc pages, etc.)_
- [ ] _The pull request passes the provided CI pipeline_
- [ ] _There are no merge conflicts_
- [ ] _If relevant, new tests were added (don't worry too much about coverage)_