Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkinabout authored Dec 27, 2022
1 parent dc512e2 commit bbb2855
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A description of the bug and any screenshots.

**Steps to reproduce**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Versions:**
- Token Action HUD Core: [e.g. 0 1.0]
- Token Action HUD System: [e.g. token-action-hud-dnd5e 0.1.0]
- System: [e.g. dnd5e 2.0.3]
- Foundry VTT: [e.g. 10.291]
- Browser: [e.g. Google Chrome 108.0.5359.124]

**Additional context**
Any additional context.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: ''

---

**Describe your idea**
A description of your idea.

**Versions**
- Token Action HUD System: [e.g. token-action-hud-dnd5e]
- System: [e.g. dnd5e]

**Additional context**
Any additional context.

0 comments on commit bbb2855

Please sign in to comment.