Skip to content

Commit 97c56d6

Browse files
authored
chore(github): Issue templates (#295)
1 parent 64f2f3f commit 97c56d6

File tree

2 files changed

+93
-0
lines changed

2 files changed

+93
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
### :bug: Description
11+
12+
Describe the bug in a few sentences.
13+
14+
### Steps to reproduce
15+
16+
Use a list to describe how to reproduce a bug, e.g.:
17+
18+
1. Create an empty netfox project
19+
1. Add a new scene
20+
1. Run project
21+
22+
If applicable, feel free to use screenshots or videos too.
23+
24+
### Expected behavior
25+
26+
Use a list to describe the expected behavior after applying the steps to
27+
reproduce, e.g.:
28+
29+
1. An empty window should appear
30+
1. No logs should be printed
31+
32+
If applicable, feel free to use screenshots or videos too.
33+
34+
### Observed behavior
35+
36+
Use a list to describe the observed behavior, in contrast to the expected
37+
behavior, e.g.:
38+
39+
1. Two empty windows appear
40+
41+
If applicable, feel free to use screenshots or videos too.
42+
43+
### Versions
44+
45+
* Godot version: *please specify*
46+
* netfox version: *please specify*
47+
48+
### Notes
49+
50+
Feel free to add any other notes you may have.
51+
52+
### MRE
53+
54+
If applicable, upload a minimum reproducible example so that we can easily test
55+
locally. You can upload files by dragging them into this field.
56+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature or improvement for netfox
4+
title: ''
5+
labels: 'feature'
6+
assignees: ''
7+
8+
---
9+
10+
### :sparkles: Description
11+
12+
Please describe the feature you'd like to see, in a clear and concise way.
13+
14+
If that explains your request better, feel free to use screenshots, mockups or
15+
videos.
16+
17+
### Use case
18+
19+
When would this feature be used? How is it useful to the user?
20+
21+
Is this feature something that can be useful for most games, is it specific to
22+
a genre, or is it specific to a few games?
23+
24+
### Distribution
25+
26+
Where would this feature live?
27+
28+
* In netfox core ( i.e. the `netfox` addon )
29+
* In a netfox addon ( e.g. `netfox.noray` or `netfox.extras` )
30+
* In an example project
31+
* Somewhere else
32+
* Not sure
33+
34+
### Notes
35+
36+
Feel free to add any other notes you may have.
37+

0 commit comments

Comments
 (0)