diff --git a/.github/ISSUE_TEMPLATE/ask-about-documentation.md b/.github/ISSUE_TEMPLATE/ask-about-documentation.md new file mode 100644 index 0000000..3347c8c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask-about-documentation.md @@ -0,0 +1,11 @@ +--- +name: Ask about documentation +about: Anything related to documentation and the wiki +title: Documentation +labels: documentation +assignees: '' + +--- + +**What would you like to do?** +Describe your documentation-related request, issue, or feedback here. (eg. "I would like to see more code examples for feature X", "The information on wiki page Y is hard to follow") diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 0000000..87b3441 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -0,0 +1,17 @@ +--- +name: Report a bug +about: Something's not working +title: Bug report +labels: bug +assignees: '' + +--- + +**What's not working?** +Provide a description of the bug here. + +**How did you get it to break?** +Provide steps to reproduce the bug here: +1. Go to '...' +2. Click on '....' +3. See error diff --git a/.github/ISSUE_TEMPLATE/request-new-feature.md b/.github/ISSUE_TEMPLATE/request-new-feature.md new file mode 100644 index 0000000..c91c440 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-new-feature.md @@ -0,0 +1,17 @@ +--- +name: Request new feature +about: Propose an idea, feature, or quality of life enhancement +title: New feature request +labels: enhancement +assignees: '' + +--- + +**What is your idea?** +Describe your feature request here. A description of the problem that is being solved would be helpful here as well. + +**How will this benefit users of Syllabore?** +- [ ] It addresses a bug +- [ ] It makes the library easier or more appealing to use +- [ ] It makes the library easier to maintain +- [ ] It future-proofs the library