mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-21 19:53:05 +00:00
docs: some small updates to README and issue templates
This commit is contained in:
parent
c1a7979be7
commit
d0cb61a4c2
4 changed files with 6 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -8,6 +8,8 @@ assignees: ""
|
|||
|
||||
Before you report, please take a look at [Troubleshooting](https://clementtsang.github.io/bottom/nightly/troubleshooting) to see if there's already an answer to your problem. Also check out [existing issues](https://github.com/ClementTsang/bottom/issues) and [known problems](https://clementtsang.github.io/bottom/nightly/support/official/#known-problems) to see if your problem is already reported/known/fixed.
|
||||
|
||||
If you just have a question, or want to troubleshoot something that you don't think is a bug, feel free to [open a discussion](https://github.com/ClementTsang/bottom/discussions/new).
|
||||
|
||||
Also, **please fill in all fields if possible** - if the issue is too hard to reproduce or vague, it may not be fixed!
|
||||
|
||||
## Describe the bug
|
||||
|
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Ask a question
|
||||
- name: Open a discussion
|
||||
about: |
|
||||
For discussions or questions about bottom.
|
||||
Got a question about using bottom? Need help troubleshooting something? Or maybe just talk about something related to bottom? Feel free to open a discussion!
|
||||
url: https://github.com/ClementTsang/bottom/discussions/new
|
||||
|
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -13,3 +13,4 @@ Try to be clear and concise - more details are usually helpful, but don't ramble
|
|||
|
||||
Also try to see if this feature already exists first [in the documentation](https://clementtsang.github.io/bottom/nightly/),
|
||||
or if there's already an issue opened that covers this specific feature.
|
||||
|
||||
|
|
|
@ -299,7 +299,7 @@ More details on configuration can be found [in the documentation](https://clemen
|
|||
## Troubleshooting
|
||||
|
||||
If some things aren't working, give the [Troubleshooting page](https://clementtsang.github.io/bottom/nightly/troubleshooting) a look. If things still aren't
|
||||
working, then consider asking a [question](https://github.com/ClementTsang/bottom/discussions) or filing a [bug report](https://github.com/ClementTsang/bottom/issues/new/choose).
|
||||
working, then consider asking a [question by opening a question](https://github.com/ClementTsang/bottom/discussions) or filing a [bug report](https://github.com/ClementTsang/bottom/issues/new/choose).
|
||||
|
||||
## Contribution
|
||||
|
||||
|
|
Loading…
Reference in a new issue