From d8528b7cf2ba5c0b766852b65a4f08573cf436c4 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Sat, 13 Apr 2024 10:11:21 +0530 Subject: [PATCH 1/6] Added the bug_report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 62 +++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) 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 00000000..d4b217d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,62 @@ +name: 🐛 Bug Report +about: Create a report to help us improve our workflows +title: "🐛 Bug: " +labels: ["🐛 Bug", "Status: Triage"] +--- + +body: +- type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: true +- type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior + placeholder: | + 1. Go to'...' + 2. Click on'...' + 3. Scroll down to'...' + 4. See error + validations: + required: true +- type: textarea + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen + validations: + required: true +- type: textarea + attributes: + label: Screenshots + description: | + If applicable, add screenshots to help explain your problem + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in + validations: + required: false +- type: textarea + attributes: + label: Device Information [optional] + description: | + examples: + - **OS**: Ubuntu 20.04 + - **Browser**: chrome + - **version**: 22 + value: | + - OS: + - Browser: + - version: + render: markdown + validations: + required: false +- type: dropdown + attributes: + label: Are you working on this issue? + options: + - 'Yes' + - 'No' + validations: + required: true \ No newline at end of file From 191c040b1c761a8b89de07f97ca17de2b6e95c1c Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Sat, 13 Apr 2024 10:12:31 +0530 Subject: [PATCH 2/6] some changes --- .github/ISSUE_TEMPLATE/bug_report.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d4b217d0..83646192 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,20 +1,19 @@ -name: 🐛 Bug Report -about: Create a report to help us improve our workflows +name: "🐛 Bug Report" +about: "Create a report to help us improve our workflows" title: "🐛 Bug: " labels: ["🐛 Bug", "Status: Triage"] ---- body: - type: textarea attributes: - label: Describe the bug - description: A clear and concise description of what the bug is + label: "Describe the bug" + description: "A clear and concise description of what the bug is" validations: required: true - type: textarea attributes: - label: Steps To Reproduce - description: Steps to reproduce the behavior + label: "Steps To Reproduce" + description: "Steps to reproduce the behavior" placeholder: | 1. Go to'...' 2. Click on'...' @@ -24,13 +23,13 @@ body: required: true - type: textarea attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen + label: "Expected Behavior" + description: "A clear and concise description of what you expected to happen" validations: required: true - type: textarea attributes: - label: Screenshots + label: "Screenshots" description: | If applicable, add screenshots to help explain your problem @@ -39,7 +38,7 @@ body: required: false - type: textarea attributes: - label: Device Information [optional] + label: "Device Information [optional]" description: | examples: - **OS**: Ubuntu 20.04 @@ -54,9 +53,9 @@ body: required: false - type: dropdown attributes: - label: Are you working on this issue? + label: "Are you working on this issue?" options: - 'Yes' - 'No' validations: - required: true \ No newline at end of file + required: true From 76d206b1081d834f0a874e5268d264923dd2a0ae Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Sat, 13 Apr 2024 10:13:12 +0530 Subject: [PATCH 3/6] removed about keyword and added description --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 83646192..527876b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: "🐛 Bug Report" -about: "Create a report to help us improve our workflows" +description: "Create a report to help us improve our workflows" title: "🐛 Bug: " labels: ["🐛 Bug", "Status: Triage"] From 9b1d738332c9bbe7f09bc123a688ea9795e82f3c Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Sat, 13 Apr 2024 10:15:24 +0530 Subject: [PATCH 4/6] workflow_suggestion template added --- .../ISSUE_TEMPLATE/workflow_suggestion.yml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/workflow_suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/workflow_suggestion.yml b/.github/ISSUE_TEMPLATE/workflow_suggestion.yml new file mode 100644 index 00000000..8404313f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/workflow_suggestion.yml @@ -0,0 +1,40 @@ +name: "💡 Workflow Suggestion" +description: "Suggest a new community workflow" +title: "💡 Workflow Suggestion: " +labels: ["💡 Workflow Suggestion", "Status: Review"] + +body: +- type: textarea + attributes: + label: "Description" + description: "A clear and concise description of the suggested workflow" + validations: + required: true +- type: textarea + attributes: + label: "Objective" + description: "What is the main goal or purpose of this workflow?" + validations: + required: true +- type: textarea + attributes: + label: "Steps" + description: "List the steps of the suggested workflow" + placeholder: | + 1. Step 1 + 2. Step 2 + 3. Step 3 + validations: + required: true +- type: textarea + attributes: + label: "Expected Outcome" + description: "A clear and concise description of what you expect to achieve with this workflow" + validations: + required: true +- type: textarea + attributes: + label: "Additional Context [optional]" + description: "Add any other context or information about the suggested workflow here" + validations: + required: false From db37d6336c0710d52e2bd351cd821207f9ac6ff7 Mon Sep 17 00:00:00 2001 From: Aditya Sharma <119804372+Adity20@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:38:30 +0530 Subject: [PATCH 5/6] Update .github/ISSUE_TEMPLATE/bug_report.yml Co-authored-by: Benjamin Granados <40007659+benjagm@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 527876b9..b557e85a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: "🐛 Bug Report" -description: "Create a report to help us improve our workflows" +description: "Create a report to help us improve our community workflows" title: "🐛 Bug: " labels: ["🐛 Bug", "Status: Triage"] From b8eaeceefd7b148400f74bec14aa873d401a0239 Mon Sep 17 00:00:00 2001 From: Benjamin Granados Date: Tue, 30 Apr 2024 13:21:03 +0200 Subject: [PATCH 6/6] Change title of the workflow --- .github/ISSUE_TEMPLATE/workflow_suggestion.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/workflow_suggestion.yml b/.github/ISSUE_TEMPLATE/workflow_suggestion.yml index 8404313f..179d2e41 100644 --- a/.github/ISSUE_TEMPLATE/workflow_suggestion.yml +++ b/.github/ISSUE_TEMPLATE/workflow_suggestion.yml @@ -1,7 +1,7 @@ -name: "💡 Workflow Suggestion" +name: "💡 Community Workflow Suggestion" description: "Suggest a new community workflow" -title: "💡 Workflow Suggestion: " -labels: ["💡 Workflow Suggestion", "Status: Review"] +title: "💡 Community Workflow proposal: " +labels: ["✨ Enhancement", "Status: Triage"] body: - type: textarea