Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/module-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Module Bug report
about: Create a report to help the module improve
title: "[BUG]"
labels: bug
assignees: BlitzKraig

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Create a new Ambient Light
2. Set Lighting Animation to '...'
3. Save Lighting Config
4. Select a Token with vision
5. Observe '...'

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- OS: [e.g. Windows 10]
- Browser & Version [e.g. chrome 86.0.4240.111, safari 14, Foundry Electron App]
- Foundry Version [e.g. 0.7.5]
- System & Version [e.g DnD5e 0.9.8]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/module-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Module Feature request
about: Suggest an idea for the module
title: "[FEATURE]"
labels: enhancement
assignees: BlitzKraig

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.