From 0b2640240f394d8ebab46a6f8005c9d8a91d4261 Mon Sep 17 00:00:00 2001 From: "Heliomar P. Marques" Date: Sat, 24 Dec 2022 18:42:58 -0300 Subject: [PATCH 1/2] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 000000000..d850ee632 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,31 @@ +name: "⭐ Feature / enhancement request" +description: Propose something new. +labels: +- enhancement +- needs-triage +body: +- type: textarea + attributes: + label: Description of the new feature / enhancement + placeholder: | + What is the expected behavior of the proposed feature? + validations: + required: true +- type: textarea + attributes: + label: Scenario when this would be used? + placeholder: | + What is the scenario this would be used? Why is this important? + validations: + required: true +# - type: textarea +# attributes: +# label: Supporting information +# placeholder: | +# Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful. This information provides context to the scenario that may otherwise be lost. +# validations: +# required: false +- type: markdown + attributes: + value: | + Please limit one request per issue. From c997da63c476ec25a7c2c9588b5d88db77edc85e Mon Sep 17 00:00:00 2001 From: "Heliomar P. Marques" Date: Sat, 1 Jul 2023 17:32:08 -0300 Subject: [PATCH 2/2] forms for open issues bug and new feature --- .github/ISSUE_TEMPLATE/bug_report.yml | 41 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 34 +++++++++--------- 2 files changed, 57 insertions(+), 18 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..6bbeeefa8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,41 @@ +name: "🐛 Bug report" +description: Report errors or unexpected behavior +labels: +- bug +- needs-triage +body: +- type: markdown + attributes: + value: | + Please make sure to [search for existing issues](https://github.com/maximegris/angular-electron/issues) before filing a new one! + +- type: textarea + attributes: + label: Steps to reproduce + description: We highly suggest including a screenshots and a bug report log. + placeholder: | + Tell us the steps required to trigger your bug. + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + + validations: + required: true + +- type: textarea + attributes: + label: ✔️ Expected Behavior + placeholder: A clear and concise description of what you expected to happen. + validations: + required: true + +- type: textarea + attributes: + label: 🔍 Additional context + description: Add any other context about the problem here. + placeholder: | + OS: [e.g. iOS] + + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d850ee632..b4f6d0a3e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,31 +1,29 @@ -name: "⭐ Feature / enhancement request" +name: "⭐ New Feature / Enhancement Request" description: Propose something new. -labels: +labels: - enhancement -- needs-triage +- needs-triage + body: +- type: markdown + attributes: + value: | + Please limit one request per issue. + - type: textarea - attributes: + attributes: label: Description of the new feature / enhancement placeholder: | - What is the expected behavior of the proposed feature? + A clear and concise description of what is the expected behavior of the proposed feature? validations: required: true + - type: textarea - attributes: - label: Scenario when this would be used? + attributes: + label: Scenario when this would be used? placeholder: | What is the scenario this would be used? Why is this important? validations: required: true -# - type: textarea -# attributes: -# label: Supporting information -# placeholder: | -# Having additional evidence, data, tweets, blog posts, research, ... anything is extremely helpful. This information provides context to the scenario that may otherwise be lost. -# validations: -# required: false -- type: markdown - attributes: - value: | - Please limit one request per issue. + +