Skip to content

Commit

Permalink
Additional Issue Template changes (Chia-Network#3489)
Browse files Browse the repository at this point in the history
* added new issue templates for support and requestes

* spelling is hard...

* tweaked issue templates for clearer submissions and easier triaging

* redirected support and ideas straight to Discussions, and added a link to Keybase

* Update config.yml

updating to make linter happy

* Update config.yml

* Sanitize?

* Update config.yml

yet another attempt to pass the lint check

* Try prettify

* skip the issue template lint

Co-authored-by: J. Eckert <[email protected]>
Co-authored-by: Gene Hoffman <[email protected]>
Co-authored-by: Gene Hoffman <[email protected]>
  • Loading branch information
4 people authored May 10, 2021
1 parent f011bcf commit 118e7cc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.
A clear and concise description of what the bug is. (If what you are experiencing is NOT a bug but instead a support issue, please open a Discussion instead!)

**To Reproduce**
Steps to reproduce the behavior:
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
contact_links:
- about: Ask a question or request support here
name: Ask for Support
url: >-
https://github.com/Chia-Network/chia-blockchain/discussions/new?category=support
- about: Request a new feature or idea here
name: Make a Request
url: >-
https://github.com/Chia-Network/chia-blockchain/discussions/new?category=ideas
- about: Get support on the Chia Keybase chat channels.
name: Join the Keybase.io support chat
url: 'https://keybase.io/team/chia_network.public'
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/support.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
DISABLE_ERRORS: false
PYTHONPATH: ${{ github.workspace }}:$PYTHONPATH
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*github/ISSUE_TEMPLATE/config.yml
# ACTIONS_RUNNER_DEBUG: true

...

0 comments on commit 118e7cc

Please sign in to comment.