From fed8b89fefc88148865af7ee45b6626f9dcb9eea Mon Sep 17 00:00:00 2001 From: Mathanraj Date: Tue, 25 Jun 2024 23:09:15 +0530 Subject: [PATCH 1/3] Added Issue templates from biodrop --- .github/ISSUE_TEMPLATE/bug.yml | 83 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 55 ++++++++++++++ 3 files changed, 143 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..4fa6195 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,83 @@ +name: 🐛 Bug +description: Report an issue to help improve the project. +title: "[BUG] " +labels: ["🛠 goal: fix", "🚦 status: awaiting triage"] +body: + - type: checkboxes + id: duplicates + attributes: + label: Has this bug been raised before? + description: Increase the chances of your issue being accepted by making sure it has not been raised before. + options: + - label: I have checked "open" AND "closed" issues and this is not a duplicate + required: true + - type: input + attributes: + label: Where did you find this bug? + description: Local dev environment or production on biodrop.io + validations: + required: true + - type: input + attributes: + label: Version of BioDrop (for example "v1.2.3") + description: Can be found in the footer of the BioDrop.io website. + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: A clear description of the bug you have found. Please include relevant information and resources (for example the steps to reproduce the bug) + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to Reproduce + description: To help us recreate the bug, provide a numbered list of the exact steps taken to trigger the buggy behavior. + value: | + If you know the steps, follow the below format and provide steps to reproduce + + For example: + + 1. Go to page. + 1. On top right side, close to the menu + 1. Some menu are not working properly. + 1. Continue... + + If you don't know exact steps, include any relevant details like: + + - What page you were on... + - What you were trying to do... + - What went wrong... + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Please add screenshots if applicable + validations: + required: false + - type: dropdown + id: assignee + attributes: + label: Do you want to work on this issue? + multiple: false + options: + - "No" + - "Yes" + default: 0 + validations: + required: false + - type: textarea + id: extrainfo + attributes: + label: If "yes" to above, please explain how you would technically implement this + description: For example reference any existing code + validations: + required: false + - type: markdown + attributes: + value: | + You can also join our Discord community [here](http://discord.eddiehub.org) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..59bb7af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question? + url: https://www.biodrop.io/docs/faqs + about: If your question is not covered by the FAQs, please ask your question in our GitHub Discussions. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..d7c225a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,55 @@ +name: 💡 General Feature Request +description: Have a new idea/feature for BioDrop? Let us know... +title: "[FEATURE] " +labels: ["⭐ goal: addition", "🚦 status: awaiting triage"] +body: + - type: checkboxes + id: duplicates + attributes: + label: Is this a unique feature? + description: Increase the chances of your issue being accepted by making sure it has not been raised before. + options: + - label: I have checked "open" AND "closed" issues and this is not a duplicate + required: true + - type: textarea + attributes: + label: Is your feature request related to a problem/unavailable functionality? Please describe. + description: A clear and concise description of what the problem is (for example "I'm always frustrated when [...]"). + validations: + required: true + - type: textarea + id: description + attributes: + label: Proposed Solution + description: A clear description of the enhancement you propose. Please include relevant information and resources (for example another project's implementation of this feature). + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Please add screenshots of the before and/or after the proposed changes. + validations: + required: false + - type: dropdown + id: assignee + attributes: + label: Do you want to work on this issue? + multiple: false + options: + - "No" + - "Yes" + default: 0 + validations: + required: false + - type: textarea + id: extrainfo + attributes: + label: If "yes" to above, please explain how you would technically implement this + description: For example reference any existing code + validations: + required: false + - type: markdown + attributes: + value: | + You can also join our Discord community [here](http://discord.eddiehub.org) From 5056b73a3e4400008edd81dee053f4834a7e04d8 Mon Sep 17 00:00:00 2001 From: Mathanraj Date: Tue, 25 Jun 2024 23:27:13 +0530 Subject: [PATCH 2/3] Update biodrop info with creators registry --- .github/ISSUE_TEMPLATE/bug.yml | 10 +++++----- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 4fa6195..d8cb2cd 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -14,13 +14,13 @@ body: - type: input attributes: label: Where did you find this bug? - description: Local dev environment or production on biodrop.io + description: Local dev environment or production on creators-registry.eddiehubcommunity.org validations: required: true - type: input attributes: - label: Version of BioDrop (for example "v1.2.3") - description: Can be found in the footer of the BioDrop.io website. + label: Version of CreatorsRegistry (for example "v0.19.0") + description: Can be found in the footer of the creators-registry.eddiehubcommunity.org website. validations: required: true - type: textarea @@ -34,8 +34,8 @@ body: id: steps attributes: label: Steps to Reproduce - description: To help us recreate the bug, provide a numbered list of the exact steps taken to trigger the buggy behavior. - value: | + description: To help us recreate the bug, provide a numbered list of the exact steps taken to trigger the buggy behavior. + value: | If you know the steps, follow the below format and provide steps to reproduce For example: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d7c225a..fb12e7c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: 💡 General Feature Request -description: Have a new idea/feature for BioDrop? Let us know... +description: Have a new idea/feature for CreatorsRegistry? Let us know... title: "[FEATURE] " labels: ["⭐ goal: addition", "🚦 status: awaiting triage"] body: From 54cfde0da992cf3302f8f7091e6ff42c74e23699 Mon Sep 17 00:00:00 2001 From: Mathanraj Date: Tue, 25 Jun 2024 23:33:14 +0530 Subject: [PATCH 3/3] Update github discussion link --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 59bb7af..a7891d6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Question? - url: https://www.biodrop.io/docs/faqs + url: https://github.com/EddieHubCommunity/CreatorsRegistry/discussions about: If your question is not covered by the FAQs, please ask your question in our GitHub Discussions.