diff --git a/.github/ISSUE_TEMPLATE/1-----issue.md b/.github/ISSUE_TEMPLATE/1-----issue.md new file mode 100644 index 00000000..b85ddcdd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-----issue.md @@ -0,0 +1,10 @@ +--- +name: "1. \U0001F3AB Issue" +about: "Don't nedd a template for your issue? No problem, use this \U0001F3AF" +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/2-----bug-report.md b/.github/ISSUE_TEMPLATE/2-----bug-report.md new file mode 100644 index 00000000..74f7bcfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-----bug-report.md @@ -0,0 +1,31 @@ +--- +name: "2. \U0001FAB2 Bug report" +about: "Create a report to help us improve \U0001F4AA" +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. ... +2. ... +3. ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Output** +If applicable, add the erroroneus output to help explain the problem. + +**Additional context** +Add any other context about the problem here. E.g. Possible solutions or +workarounds. + +**Environment** +Please tell us something about your computing environment and the `knoxite` +version or git revision you're using. diff --git a/.github/ISSUE_TEMPLATE/3-----feature-request.md b/.github/ISSUE_TEMPLATE/3-----feature-request.md new file mode 100644 index 00000000..f18665f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-----feature-request.md @@ -0,0 +1,24 @@ +--- +name: "3. \U0001F680 Feature request" +about: "Suggest an idea or feature you're missing in this project \U0001F4A1" +title: '' +labels: feature +assignees: '' + +--- + +**Context** + +What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem? + +**Alternatives** + +Can you achieve the same result doing it in an alternative way? Is the alternative considerable? + +**Has the feature been requested before?** + +Please provide a link to the issue. + +**If the feature request is approved, would you be willing to submit a PR?** + +Yes / No _(Help can be provided if you need assistance submitting a PR)_ diff --git a/.github/ISSUE_TEMPLATE/4---question.md b/.github/ISSUE_TEMPLATE/4---question.md new file mode 100644 index 00000000..2eaeba7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4---question.md @@ -0,0 +1,15 @@ +--- +name: 4.❓ Question +about: "Question on how to use this project \U0001F914" +title: '' +labels: question +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0086358d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true