From edf9f124b5e1371bb55a697a9f64e1511360e0c4 Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:14:31 +0530 Subject: [PATCH 1/7] Adds Issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +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. From ed470ca4b65b8686208cb52cbc816d9cfe941130 Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:15:30 +0530 Subject: [PATCH 2/7] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ---------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 46 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..ea09266 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,46 @@ +name: Bug report +description: Create a report to help us improve (search for duplicates first) +labels: bug +body: + - type: textarea + attributes: + label: Issue description + description: Explain clearly and unambiguously what went wrong + placeholder: | + Tell us here about the bug/problem + validations: + required: true + - type: textarea + attributes: + label: How to reproduce this issue? + description: Try to explain what you did for the bug to occur. A good explanation of steps to reproduce helps us locate the bug faster. If applicable, add screenshots to help explain your problem. + placeholder: | + Step 1: ... + Step 2: ... + ... + validations: + required: false + - type: textarea + attributes: + label: Details + description: To understand the issue, we need some details of your setup & system + placeholder: | + + validations: + required: true + - type: textarea + attributes: + label: Logs + description: + placeholder: | + [example_log.txt / example_log.md ...] + validations: + required: false + - type: checkboxes + attributes: + label: Issue tracker rule checks (please read carefully) + options: + - label: "I have checked that my problem is not already reported" + required: true + - label: "I have checked that my problem is not already fixed" + required: true From b49a9184245c883bd97b0325f5a0fa77ff1e0857 Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:16:31 +0530 Subject: [PATCH 3/7] Update bug_report.yml --- .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 ea09266..d72e259 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,7 +25,7 @@ body: label: Details description: To understand the issue, we need some details of your setup & system placeholder: | - + Version: xy / zg ...] validations: required: true - type: textarea From 9062ba29856d45f52998a1a17e0f80add0d20f5a Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:17:14 +0530 Subject: [PATCH 4/7] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ---------------- .github/ISSUE_TEMPLATE/feature_request.yml | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -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/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..f9b6af3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,28 @@ +name: Feature Request +description: Create a report to help us improve (search for duplicates first) +labels: feature request +body: + - type: textarea + attributes: + label: Feature description + description: Explain clearly + placeholder: | + Tell us here about the feature + validations: + required: true + - type: textarea + attributes: + label: Logs + description: Provide logs + placeholder: | + example_log.txt + validations: + required: false + - type: checkboxes + attributes: + label: Issue tracker rule checks (please read carefully) + options: + - label: "I have checked that this feature is not already asked." + required: true + - label: "I have checked that this feature is not already implemented" + required: true From 6da4d02043fb30c146324418a10ea18fc482f42c Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:18:21 +0530 Subject: [PATCH 5/7] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f9b6af3..5c53041 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Create a report to help us improve (search for duplicates first) -labels: feature request +labels: enhancement body: - type: textarea attributes: From 63b92ed6c034bd992c00986f8d87a72a37eba52b Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:19:10 +0530 Subject: [PATCH 6/7] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..48b83b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "GitHub" + url: https://github.com/Schweinepriester + about: My GitHub Page From 4bd3509f5bd5d7381f629a1013514207b789b100 Mon Sep 17 00:00:00 2001 From: InfoyTech <90406016+PSGitHubUser1@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:21:34 +0530 Subject: [PATCH 7/7] Update .github/ISSUE_TEMPLATE/feature_request.yml Co-authored-by: port19 --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5c53041..02ef034 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -22,7 +22,7 @@ body: attributes: label: Issue tracker rule checks (please read carefully) options: - - label: "I have checked that this feature is not already asked." + - label: "I have checked that this feature is not already requested." required: true - label: "I have checked that this feature is not already implemented" required: true