diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md new file mode 100644 index 0000000..cdd2d66 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank.md @@ -0,0 +1,8 @@ +--- +name: 📝 Blank Issue +about: Blank Issue +title: 📝 +labels: +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..70bfa2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,77 @@ +--- +name: 🐞 Bug Report +about: File a bug report +title: 🐞 +labels: bug +assignees: '' + +--- + +### Checklist +In order to improve the time, how long a bugfix does take, please make sure you address as much as possible of the following checklist. + +- [ ] I have reproduced the issue with at least the latest released version of \. +- [ ] I have added references to issues that sound similar in section _Related Issues_. + +**Tip: Adding screenshots, outputs and logs might help to improve clarity.** + +# Summary + + +## Reproducing the Issue +Reproducibility: sporadic, regularly, always + +### Steps to reproduce the behavior: +1. +2. +3. .... + +## Expected Behaviour + + +## Actual Behaviour + + +## Root Cause (optional) + + + +## Context + + +### System + +**Desktop:** + - OS: [e.g. Linux (Fedora 35), Linux (Ubuntu 20.01), MacOs (...), Windows (...)] + - Python Version [e.g. Python 3.8.0] + - Package Version [e.g. 22] + +### Additional Context (optional) + + +#### Related Issues (optional) + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..a40b466 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,41 @@ +--- +name: 📚 Documentation +about: Add/Improve Documentation +title: 📚 +labels: documentation +assignees: '' + +--- + +# Summary + + +# Details + + +## Background & Context + + +## References + + +# Task(s) + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..6599d54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,47 @@ +--- +name: ✨ Feature +about: Add/Implement Feature +title: ✨ +labels: feature +assignees: '' + +--- + +# Summary + + +# Details + + +## Background & Context + + +## Examples + + +## References + + +# Task(s) + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/refactoring.md b/.github/ISSUE_TEMPLATE/refactoring.md new file mode 100644 index 0000000..157aba5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactoring.md @@ -0,0 +1,47 @@ +--- +name: 🔧 Refactoring +about: Refactor +title: 🔧 +labels: refactoring +assignees: '' + +--- + +# Summary + + +# Details + + +## Background & Context + + +## Examples + + +## References + + +# Task(s) + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md new file mode 100644 index 0000000..b2da5b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security.md @@ -0,0 +1,58 @@ +--- +name: 🔐 Security Issue +about: Fix Security Issue +title: 🔐 +labels: security +assignees: '' + +--- + +# Summary + + +| | | +|------------|-----| +| Class/Type | - | +| Version(s) | - | +| Severity | - | +| CVE Number | - | + + + + +# Details + +### Description + + +### Impact + + +### References + + +# Solutions + + +# Credit + \ No newline at end of file diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index c894562..5b27924 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -19,4 +19,5 @@ ## Internal * Relock Dependencies +* Add github issue templates