-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc512e2
commit bbb2855
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |