Skip to content

Commit

Permalink
doc: new templates
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago.trigo committed Jun 20, 2024
1 parent 447c934 commit a40c747
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/1-questions.yml
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?
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 🐛 Bug report
description: Create a report to help us improve
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/3-feature-request.yml
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?

0 comments on commit a40c747

Please sign in to comment.