mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Initial Commit (#992)
This commit is contained in:
parent
233e9eddbe
commit
649b4d64bc
2 changed files with 20 additions and 6 deletions
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a bug report to help us identify issues and resolve them
|
||||||
title: "[BUG] - "
|
title: "[Bug] <Insert Title here> "
|
||||||
labels: bug
|
labels: bug
|
||||||
|
type: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
|
|
@ -24,11 +24,11 @@ A clear and concise description of what you expected to happen.
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Setup Information:**
|
**Setup Information:**
|
||||||
- OS: [e.g. iOS]
|
- OS: [e.g. iOS, Windows]
|
||||||
- Browser [e.g. chrome, safari]
|
- Browser [e.g. chrome, safari]
|
||||||
- Foundry Version [e.g. v13 b342]
|
- Foundry Version [e.g. v13 b342]
|
||||||
- System Version [e.g. main-3593f44]
|
- System Version [e.g. v.1.0, v.1.0.1]
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
14
.github/ISSUE_TEMPLATE/feature_report.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_report.md
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: Feature report
|
||||||
|
about: Create a feature report for suggestions on improving the system
|
||||||
|
title: "[Feature] <Insert Title here> "
|
||||||
|
labels: enhancement, discussion, maybe
|
||||||
|
type: feature
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
A clear and concise description of what feature needs to be implemented.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain the feature that needs to be implemented.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue