diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100755 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/issue_documentation.md b/.github/ISSUE_TEMPLATE/issue_documentation.md new file mode 100755 index 0000000..5f5cf07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_documentation.md @@ -0,0 +1,23 @@ +--- +name: 'Issue: 📚 Documentation' +about: 'You came across parts of the documentation that should be fixed' +title: '' +labels: documentation +assignees: '' + +--- + + + +## Where to find the issue + + +## Describe the issue + + +## Suggested change + diff --git a/.github/ISSUE_TEMPLATE/issue_enhancement_request.md b/.github/ISSUE_TEMPLATE/issue_enhancement_request.md new file mode 100755 index 0000000..0051dd2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_enhancement_request.md @@ -0,0 +1,26 @@ +--- +name: 'Issue: 🛠 Enhancement Request' +about: 'You have an idea for an enhancement' +title: '' +labels: enhancement +assignees: '' + +--- + + + +## Current Implementation + + +## Suggested Enhancement + + +## Expected Benefits + + +## Is this something you're interested in working on + diff --git a/.github/ISSUE_TEMPLATE/issue_feature_request.md b/.github/ISSUE_TEMPLATE/issue_feature_request.md new file mode 100755 index 0000000..9507df1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_feature_request.md @@ -0,0 +1,29 @@ +--- +name: 'Issue: 🎁 Feature Request' +about: 'You have an idea for a new feature' +title: '' +labels: new feature +assignees: '' + +--- + + + +## Feature description + + +## Problem and motivation + + +## Is this something you're interested in working on + diff --git a/.github/ISSUE_TEMPLATE/issue_other.md b/.github/ISSUE_TEMPLATE/issue_other.md new file mode 100755 index 0000000..476e08e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_other.md @@ -0,0 +1,16 @@ +--- +name: 'Issue: 💬 Anything else?' +about: 'You have some other issue to raise' +title: '' +labels: +assignees: '' + +--- + + + +* [ ] None of the other issue templates apply to this issue.