From 58612dcdcbb1cd4c6fb5ae23061b96033010bb2f Mon Sep 17 00:00:00 2001 From: Pranay Gupta Date: Fri, 5 Nov 2021 20:29:37 +0530 Subject: [PATCH] added issue templates (#3) --- .github/ISSUE_TEMPLATE/bug.yml | 30 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/ideas.yml | 30 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/other.yml | 22 ++++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml create mode 100644 .github/ISSUE_TEMPLATE/ideas.yml create mode 100644 .github/ISSUE_TEMPLATE/other.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..ec4a5bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,30 @@ +name: Bug +description: Report a bug found in the Repository's source code +labels: ["bug fix"] +body: + - type: textarea + id: description + attributes: + label: Description + description: A brief description of the question or issue, also include what you tried and what didn't work + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Please add screenshots if applicable + validations: + required: false + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this bug? + validations: + required: false + - type: markdown + attributes: + value: | + You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ) + Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix) diff --git a/.github/ISSUE_TEMPLATE/ideas.yml b/.github/ISSUE_TEMPLATE/ideas.yml new file mode 100644 index 0000000..e3d1bfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ideas.yml @@ -0,0 +1,30 @@ +name: Ideas +description: Have a new idea/feature for this Repository? +labels: ["new idea"] +body: + - type: textarea + id: description + attributes: + label: Description + description: A brief description of the question or issue, also include what you tried and what didn't work + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Please add screenshots if applicable + validations: + required: false + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this idea? + validations: + required: false + - type: markdown + attributes: + value: | + You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ) + Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix) diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..067a712 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,22 @@ +name: Other +description: Use this for any other issues. Please do NOT create blank issues +body: + - type: textarea + id: description + attributes: + label: What would you like to share? + description: A brief description of the question or issue, also include what you tried and what didn't work + validations: + required: true + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this issue? + validations: + required: false + - type: markdown + attributes: + value: | + You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ) + Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix) \ No newline at end of file