Skip to content

Commit

Permalink
Added new issue templates (Chia-Network#3033)
Browse files Browse the repository at this point in the history
* added new issue templates for support and requestes

* spelling is hard...
  • Loading branch information
sargonas authored Apr 29, 2021
1 parent 8bb081f commit 7cfc07d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Request
about: Create a request for an enhancement or feature
title: "[REQ]"
labels: enhancement
assignees: ''

---

**Describe the request**
A clear and concise description of your suggested enhancement, as well as some basic rationale to allow us to balance the effort/reward for the work, if possible.

**Images**
If applicable (but not required), add diagrams or wireframes to help explain your request if it is GUI related.

**Additional notes**
Add any other closing comments here.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Support
about: Create a support-related issue.
title: "[help]"
labels: Support
assignees: ''

---

**Describe the issue**
PLEASE NOTE!: The issue tracker is NOT a place to seek general support. You are better served starting a conversation in the Discussions area at https://github.com/Chia-Network/chia-blockchain/discussions or in the Keybase.io #support channel. If you create a support request here, it may or may not receive a response before being closed, and we cannot guarantee a timely response, or one at all. In the event that your issue is deemed to be the result of a bug, we will endeavor to review and update it accordingly as such instead of closing it.

**To Reproduce**
Steps that led up to your issue.

**Expected behavior**
A clear and concise description of what you expected to happen before you encountered your issue.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.

0 comments on commit 7cfc07d

Please sign in to comment.