diff --git a/.github/ISSUE_TEMPLATE/----bug-report.md b/.github/ISSUE_TEMPLATE/----bug-report.md new file mode 100644 index 0000000..db30f32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----bug-report.md @@ -0,0 +1,20 @@ +--- +name: " \U0001F41B Bug Report" +about: Did something not work? +title: '' +labels: bug +assignees: '' + +--- + +## Description of the problem + +## How has this issue affected you? What are you trying to accomplish? + +### Logs or Screenshots: (optional) + +### Your Environment + +| Software | Name/Version | +| ---------------- | ------------ | +| Operating System | | diff --git a/.github/ISSUE_TEMPLATE/---feature.md b/.github/ISSUE_TEMPLATE/---feature.md new file mode 100644 index 0000000..945a67e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---feature.md @@ -0,0 +1,12 @@ +--- +name: "\U0001F308 Feature" +about: " What cool thing would you like to add?" +title: '' +labels: enhancement +assignees: '' + +--- + +# What is this feature? +# How the feature should work? +# You have examples or an idea of how it can be implemented?