Skip to content

Commit

Permalink
Added new templates for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kesac authored Nov 20, 2023
1 parent f2cbdad commit 6bff809
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-about-documentation.md
Original file line number Diff line number Diff line change
@@ -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")
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/request-new-feature.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6bff809

Please sign in to comment.