From 63a8fc95cf7c89f87a3cb812e01d2afb903caf90 Mon Sep 17 00:00:00 2001 From: Danny <31635744+DDDanny@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:10:00 +0100 Subject: [PATCH] bug report with hw,fw and textarea (3) --- .../bangle-bug-report-custom-form.yaml | 17 ++--- .../ISSUE_TEMPLATE/bangle-feature-request.md | 22 ------- .../ISSUE_TEMPLATE/example-github-cfg.yaml | 62 ------------------- 3 files changed, 10 insertions(+), 91 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bangle-feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/example-github-cfg.yaml diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml index 2c91d545c..a7be5d375 100644 --- a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml @@ -1,24 +1,26 @@ -name: Bangle Bug report +name: Bangle bug report description: "Bangle: Create a issue to help us improve!" -title: "Please give it a short description and provide the affected app/widget." +title: "Short description and provide the affected app/widget" labels: ["bug"] assignees: [] body: - type: markdown attributes: value: | - ** If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please! ** + ### If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please! - type: dropdown id: hwversion attributes: label: Affected hardware version description: | Which Bangle hardware version(s) is/are affected? - Hint: You can select both with ctrl key. + Hint: You can select multiple entries. options: - - label: Bangle 1 - - label: Bangle 2 + - Bangle 1 + - Bangle 2 multiple: true + validations: + required: true - type: input id: fwversion attributes: @@ -26,8 +28,9 @@ body: description: | Please use the latest released firmware and check if the bug still occurs. If it occurs only in "Cutting Edge build" please mention this. + Hint: The links will open inplace hold e.g. ctrl/cmd-key and click to open in a new tab instead. Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js2#firmware-updates) - Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js#firmware-updates) + Bangle 1: [firmware update instructions](https://www.espruino.com/Bangle.js#firmware-updates) placeholder: e.g. 2v11 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/bangle-feature-request.md b/.github/ISSUE_TEMPLATE/bangle-feature-request.md deleted file mode 100644 index de230e3c3..000000000 --- a/.github/ISSUE_TEMPLATE/bangle-feature-request.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bangle Feature request -about: 'Bangle: Suggest an idea for this project' -title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock] - title" -labels: - - widget - - feature request -assignees: '' ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/example-github-cfg.yaml b/.github/ISSUE_TEMPLATE/example-github-cfg.yaml deleted file mode 100644 index 9d0d058c0..000000000 --- a/.github/ISSUE_TEMPLATE/example-github-cfg.yaml +++ /dev/null @@ -1,62 +0,0 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " -labels: ["bug", "triage"] -assignees: - - octocat -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: "A bug happened!" - validations: - required: true - - type: dropdown - id: version - attributes: - label: Version - description: What version of our software are you running? - options: - - 1.0.2 (Default) - - 1.0.3 (Edge) - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) - options: - - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file