Skip to content

Commit

Permalink
Adds GitHub templates (#149)
Browse files Browse the repository at this point in the history
* chore(github): adds Bug Report template

* chore(github): adds Feature Request template

* chore(github): adds config with Github Discussion
  • Loading branch information
arthurgousset authored Jan 22, 2024
1 parent 02a2599 commit 57cb29e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-FORM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Bug report
description: File a bug report
labels: ['bug report']
body:
- type: markdown
attributes:
value: |
Please ensure that the bug has not already been filed in the issue tracker.
Thanks for taking the time to report this bug!
- type: dropdown
attributes:
label: Browser
description: What browser and version are you using?
options:
- Chrome
- Opera
- Safari
- Firefox
- Brave
- Arc
- Other (please describe)
- type: dropdown
attributes:
label: Operating System
description: What operating system are you on?
options:
- Windows
- macOS (Intel)
- macOS (Apple Silicon)
- Linux
- type: textarea
attributes:
label: Describe the bug
description: Please include relevant screenshots if relevant.
validations:
required: true
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE-FORM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Feature request
description: Suggest a feature
labels: ['feature request']
body:
- type: markdown
attributes:
value: |
Please ensure that the feature has not already been requested in the issue tracker.
Thanks for helping us improve the faucet!
- type: textarea
attributes:
label: Describe the feature you would like
description: Please also describe what the feature is aiming to solve, if relevant.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context to the feature (like screenshots, code snippets, resources)
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Github Discussions
url: https://github.com/celo-org/faucet/discussions
about: Please ask and answer questions here.

1 comment on commit 57cb29e

@vercel
Copy link

@vercel vercel bot commented on 57cb29e Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.