-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): Issue templates (#295)
- Loading branch information
1 parent
64f2f3f
commit 97c56d6
Showing
2 changed files
with
93 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,56 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### :bug: Description | ||
|
||
Describe the bug in a few sentences. | ||
|
||
### Steps to reproduce | ||
|
||
Use a list to describe how to reproduce a bug, e.g.: | ||
|
||
1. Create an empty netfox project | ||
1. Add a new scene | ||
1. Run project | ||
|
||
If applicable, feel free to use screenshots or videos too. | ||
|
||
### Expected behavior | ||
|
||
Use a list to describe the expected behavior after applying the steps to | ||
reproduce, e.g.: | ||
|
||
1. An empty window should appear | ||
1. No logs should be printed | ||
|
||
If applicable, feel free to use screenshots or videos too. | ||
|
||
### Observed behavior | ||
|
||
Use a list to describe the observed behavior, in contrast to the expected | ||
behavior, e.g.: | ||
|
||
1. Two empty windows appear | ||
|
||
If applicable, feel free to use screenshots or videos too. | ||
|
||
### Versions | ||
|
||
* Godot version: *please specify* | ||
* netfox version: *please specify* | ||
|
||
### Notes | ||
|
||
Feel free to add any other notes you may have. | ||
|
||
### MRE | ||
|
||
If applicable, upload a minimum reproducible example so that we can easily test | ||
locally. You can upload files by dragging them into this field. | ||
|
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,37 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a feature or improvement for netfox | ||
title: '' | ||
labels: 'feature' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### :sparkles: Description | ||
|
||
Please describe the feature you'd like to see, in a clear and concise way. | ||
|
||
If that explains your request better, feel free to use screenshots, mockups or | ||
videos. | ||
|
||
### Use case | ||
|
||
When would this feature be used? How is it useful to the user? | ||
|
||
Is this feature something that can be useful for most games, is it specific to | ||
a genre, or is it specific to a few games? | ||
|
||
### Distribution | ||
|
||
Where would this feature live? | ||
|
||
* In netfox core ( i.e. the `netfox` addon ) | ||
* In a netfox addon ( e.g. `netfox.noray` or `netfox.extras` ) | ||
* In an example project | ||
* Somewhere else | ||
* Not sure | ||
|
||
### Notes | ||
|
||
Feel free to add any other notes you may have. | ||
|