Skip to content

Commit

Permalink
chore(github): Issue templates (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound authored Oct 10, 2024
1 parent 64f2f3f commit 97c56d6
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 97c56d6

Please sign in to comment.