-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
santiago.trigo
committed
Jun 20, 2024
1 parent
447c934
commit a40c747
Showing
3 changed files
with
48 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,24 @@ | ||
name: Add question | ||
description: Ask a question to learn about genesys-ui. | ||
labels: [question] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Remember to visit the [project documentation](https://devoinc.github.io/genesys-ui/?path=/docs/getting-started-overview--docs) and the [list of open questions](https://github.com/DevoInc/genesys-ui/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion), | ||
it is possible that your question will be answered in one of the sites. | ||
If you have not solved your question, please describe it as best as possible. | ||
- type: textarea | ||
attributes: | ||
label: What is the problem this feature will solve? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is the feature you are proposing to solve the problem? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What alternatives have you considered? |
1 change: 1 addition & 0 deletions
1
.github/ISSUE_TEMPLATE/1-bug-report.yml → .github/ISSUE_TEMPLATE/2-bug-report.yml
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
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,23 @@ | ||
name: 🚀 Feature request | ||
description: Suggest an idea for this project | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for suggesting an idea to make genesys-ui better. | ||
Please fill in as much of the following form as you're able. | ||
- type: textarea | ||
attributes: | ||
label: What is the problem this feature will solve? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is the feature you are proposing to solve the problem? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What alternatives have you considered? |