summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-04-28 22:54:50 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-04-29 00:07:09 -0400
commit19243bfc9f9e12409006c982bd407ab3b820e786 (patch)
tree828ebd25c47865a2e185013828047f1a743f164a /.github
parent24caaa29a2ec1941ab4610ba66942e460229c05e (diff)
docs: Add CONTRIBUTING.md
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/pull_request_template.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d5a1cb56..130cfd35 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -27,6 +27,8 @@ _If relevant, please provide information on:_
**Shell:**
+**bottom version (use `btm -V`):**
+
**Any other relevant information (more details are always good!):**
## Additional context
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 1ad95560..71238a90 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -37,7 +37,7 @@ _If relevant, see if the following have been met:_
- [ ] _Code has been self-reviewed_
- [ ] _Code has been tested and no new breakage is introduced unless intended_
- [ ] _Passes CI tests_
-- [ ] _Documentation has been added/updated if needed_
+- [ ] _Documentation has been added/updated if needed (README, help menu, etc.)_
- [ ] _No merge conflicts arise from the change_
## Other information