From de89c86ca9e5a4f9807c81d55448d364275a86c4 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Thu, 30 Sep 2021 08:44:11 +0100 Subject: Add templates for bug reports and feature requests --- .github/ISSUE_TEMPLATE/feature-request.yaml | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yaml (limited to '.github/ISSUE_TEMPLATE/feature-request.yaml') diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml new file mode 100644 index 00000000..33b059c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -0,0 +1,41 @@ +name: Feature Request +description: File a feature request +title: "[Feature Request]: " +labels: ["feature-request"] +body: + - type: markdown + attributes: + value: | + **Thanks for taking the time to fill out this feature request!** + *Please, before opening a feature request, check if similar issues already exist. In that case, use those issues to provide your feedback instead.* + - type: checkboxes + attributes: + options: + - label: I searched for similar feature request and found none was relevant. + required: true + - type: markdown + attributes: + value: | + **Note:** keep in mind that, while InfiniTime is usable, it is still under heavy development and as such it is continuously evolving. + Some features you want to see implemented might not be compatible with the current state of the project, or might not even be suitable to include *in the firmware* of the watch. + - type: input + id: desc-brief + attributes: + label: Pitch us your idea! + description: A one-line elevator pitch of the feature you'd like to see implemented. + placeholder: "Ex. My dog wants InfiniTime on its smart collar." + validations: + required: true + - type: textarea + id: desc-long + attributes: + label: Description + description: | + Give us a detailed description of the feature you are proposing. Mockups or a description of the possible use cases are highly appreciated. + Tell us why this should be included in the firmware. + placeholder: "Ex. Here is a drawing of my dog wearing an InfiniTime collar and smiling." + - type: markdown + id: companion-app + attributes: + value: | + If this requires features missing from other software (for example a companion app), please take care of opening any relevant feature request over there as well. -- cgit v1.2.3-70-g09d2 From 90fdea29b80016c6d0e6d518853c9251555ea695 Mon Sep 17 00:00:00 2001 From: Jean-François Milants Date: Tue, 5 Oct 2021 19:58:58 +0200 Subject: Fixed feature request template according to https://github.com/InfiniTimeOrg/InfiniTime/pull/705#issuecomment-933820293 --- .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE/feature-request.yaml') diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 33b059c0..31b5e272 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,7 +1,7 @@ name: Feature Request description: File a feature request title: "[Feature Request]: " -labels: ["feature-request"] +labels: ["feature request"] body: - type: markdown attributes: -- cgit v1.2.3-70-g09d2 From 4f7c675ae3dac0a3d47a0c58d9481f080d53092d Mon Sep 17 00:00:00 2001 From: Avamander Date: Fri, 8 Oct 2021 18:38:45 +0300 Subject: Removed the title prefix --- .github/ISSUE_TEMPLATE/feature-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE/feature-request.yaml') diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 31b5e272..092ef909 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,6 +1,6 @@ name: Feature Request description: File a feature request -title: "[Feature Request]: " +title: "" labels: ["feature request"] body: - type: markdown -- cgit v1.2.3-70-g09d2