Skip to content

Commit 9246d67

Browse files
authored
chore: Add issue templates
1 parent 23c3b61 commit 9246d67

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ":bug: {insert concise and search friendly title}"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
**summarise what problem you found and why it's a bug**
12+
13+
## Reproducing
14+
**add any information that will help with reproducing the bug**
15+
16+
## Additional Data
17+
**insert screenshots, bms + bevy trace/debug logs if possible**
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Request New Language
3+
about: Request support for an additional language
4+
title: ":sparkles: Support `{enter language name}`"
5+
labels: language request
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
**name the language, describe it, provide links to it, explain why it'd be beneficial for consumers of this crate**
12+
13+
## Feasibilty
14+
**explain how the language fulfils the feasibility criteria over at: https://makspll.github.io/bevy_mod_scripting/Development/AddingLanguages/evaluating-feasibility.html**

0 commit comments

Comments
 (0)