-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(github): adds Bug Report template * chore(github): adds Feature Request template * chore(github): adds config with Github Discussion
- Loading branch information
1 parent
02a2599
commit 57cb29e
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
57cb29e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
faucet – ./
faucet-c-labs.vercel.app
faucet.celo.org
faucet-clabs.vercel.app
faucet-git-master-c-labs.vercel.app