diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..e69de29 diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..dbd9a99 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,35 @@ +name: Feature request +description: Suggest features, propose improvements, discuss new ideas +title: "[FEATURE] " +# labels: [""] +body: + - type: textarea + id: suggestion + attributes: + label: ⭐ Suggestion + description: A summary of what you'd like to see added or changed + validations: + required: true + - type: textarea + id: usecases + attributes: + label: 💻 Use Cases + description: | + What are possible you cases for your suggested feature? + Are you using any workarounds in the meantime? + validations: + required: false + - type: textarea + id: relatedproblems + attributes: + label: ❌ Related Problems + description: | + Is your Request related to a problem? + Think about linking existing Issues here! + validations: + required: false + - type: markdown + attributes: + value: | + You can also join the Discord community [here](http://discord.eddiehub.org) + Feel free to check out other cool repositories of the The DesignSystems Community [here](https://bit.ly/thedesignsystems-github) diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 0000000..e69de29 diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..e69de29