Skip to content

Commit

Permalink
Add markdown issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt authored Aug 7, 2024
1 parent fbf8271 commit 9a05cd9
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Bug Report
about: Use this for reporting bugs in Weaver.
title: 'Bug:'
labels: bug
assignees: ''

---

**Describe the bug.**
Enter information here...

**Describe steps to reproduce your bug.**
Steps to reproduce the behavior:

**If possible, please send your Studio or developer console logs here.**
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Documentation Issue
about: Use this for reporting any issues in Weaver's documentation you've found.
title: 'Docs:'
labels: documentation
assignees: ''

---

**What's wrong with (or missing from) the documentation?**
Enter what's missing here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature Request
about: Request features to add to Weaver here.
title: 'Feature:'
labels: enhancement
assignees: ''

---

**What feature do you propose to be added to Weaver?**
Enter your proposition here.

**Is your feature related to an issue that you have with Weaver?**
If so, enter what problem you had with Weaver here.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Question
about: Have a question about Weaver? Send an issue asking for help and you should
hopefully get a response.
title: ''
labels: help wanted, question
assignees: ''

---

**What's your question?**
Enter your inquiry here.

0 comments on commit 9a05cd9

Please sign in to comment.