summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-19 00:24:46 -0400
committerGitHub <noreply@github.com>2023-05-19 00:24:46 -0400
commit5aaa2bfa9f921a58ca6e51cf27bb3f57b0c4e939 (patch)
treebf9fbb707f8baeaec02a41c6fe71f81dda2b3651 /CONTRIBUTING.md
parent13efb87534ee74588ad30ff6af4c7f4697047496 (diff)
github: update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 599d5924..47ff8474 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,14 +6,12 @@ Contribution in any way is appreciated, whether it is reporting problems, fixing
### Bug reports
-When filing a bug report, use the [bug report template](https://github.com/ClementTsang/bottom/issues/new?assignees=&labels=bug&template=bug_report.yml)
-and fill in as much as you can. It is _incredibly_ difficult for a maintainer to fix a bug when it cannot be reproduced,
-and giving as much detail as possible generally helps to make it easier to reproduce the problem!
+When filing a bug report, fill out the [bug report template](https://github.com/ClementTsang/bottom/issues/new?assignees=&labels=bug&template=bug_report.yml). Be sure to give all the neccessary details! It is _incredibly_ difficult for a maintainer to fix a bug when it cannot be reproduced,
+so that makes it much easier to reproduce the problem!
### Feature requests
-Please use the [feature request template](https://github.com/ClementTsang/bottom/issues/new?assignees=&labels=feature&template=feature_request.yml) and fill it out.
-Remember to give details about what the feature is along with why you think this suggestion will be useful.
+Please fill out the [feature request template](https://github.com/ClementTsang/bottom/issues/new?assignees=&labels=feature&template=feature_request.yml). Remember to give details about what the feature is along with why you think this suggestion will be useful.
## Pull requests
@@ -39,4 +37,4 @@ For contributing to documentation, see [here](https://clementtsang.github.io/bot
### Packaging
If you want to become a package maintainer, see [here](https://clementtsang.github.io/bottom/nightly/contribution/packaging-and-distribution/)
-for details on how to build bottom, corresponding completion/manpages, and how to add installation instructions for the package to the README.
+for details on how to build bottom, how to generate/obtain completion files and manpages, and how to add installation instructions for the package to the README.