Skip to content

Commit

Permalink
fix(): updated issue templates (snapshot-labs#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
midgerate authored Jun 19, 2022
1 parent e0e2109 commit d82a8b7
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 75 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
name: Bug report
description: File a bug report
title: "[BUG] - "
labels: ["bug"]
labels: ["bug-report"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -55,3 +55,5 @@ body:
6. Wallet - [metamask, portis, walletconnect]
7. Space - [ex. ENS, Gitcoin]
8. Any additional information we should know -
validations:
required: true
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Feature request
description: Suggest an idea for this project
title: "[NEW FEATURE] - "
labels: ["feature-request"]
body:
- type: markdown
attributes:
value: Thanks for making Snapshot awesome for everyone.
- type: input
id: title
attributes:
label: Briefly describe the feature.
description: A clear and concise description of the feature you are requesting.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Which problem is this feature trying to solve?
description: A clear description of the problem or frustration that will be solved with this feature.
placeholder: ex. I'm always frustrated when I am viewing the proposal metrics
validations:
required: true
- type: textarea
id: solution
attributes:
label: What is the expected solution?
description: A clear and concise description of what you expected to happen.
placeholder: ex. Having a chart to read the votes on the proposal will make it very easy to read the proposal metrics.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: How do you currently handle this problem?
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
id: additional
attributes:
label: Anything else you'd like to mention?
description: Please mention any technical details, screenshots, mock-ups that you might have for us to better understand the feature.
validations:
required: false
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

9 changes: 4 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Fixes # .
Fixes Issue #

Changes proposed in this pull request:
-
-
-
Changes in this PR:

How to test and review this PR?

0 comments on commit d82a8b7

Please sign in to comment.