From a40c747e7635ea2969128fcb13ca780647cb3feb Mon Sep 17 00:00:00 2001 From: "santiago.trigo" Date: Thu, 20 Jun 2024 15:18:24 +0200 Subject: [PATCH] doc: new templates --- .github/ISSUE_TEMPLATE/1-questions.yml | 24 +++++++++++++++++++ .../{1-bug-report.yml => 2-bug-report.yml} | 1 + .github/ISSUE_TEMPLATE/3-feature-request.yml | 23 ++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-questions.yml rename .github/ISSUE_TEMPLATE/{1-bug-report.yml => 2-bug-report.yml} (97%) create mode 100644 .github/ISSUE_TEMPLATE/3-feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/1-questions.yml b/.github/ISSUE_TEMPLATE/1-questions.yml new file mode 100644 index 00000000..081911c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-questions.yml @@ -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? \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/2-bug-report.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/1-bug-report.yml rename to .github/ISSUE_TEMPLATE/2-bug-report.yml index 879a72cd..c2a90d5c 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/2-bug-report.yml @@ -1,5 +1,6 @@ name: 🐛 Bug report description: Create a report to help us improve +labels: ["bug", "triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.yml b/.github/ISSUE_TEMPLATE/3-feature-request.yml new file mode 100644 index 00000000..3de5c731 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-feature-request.yml @@ -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? \ No newline at end of file