Skip to content

Commit

Permalink
Merge pull request #101 from chickensoft-games/chore/issue-templates
Browse files Browse the repository at this point in the history
[chore] create issue templates for bugs and features
  • Loading branch information
jolexxa authored Feb 17, 2025
2 parents 1d48c21 + 7bfafd6 commit 7081f97
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Report something wrong with the project
title: ''
labels: ''
assignees: ''

---

# Describe the bug
A brief, clear summary of what the bug is.

# Environment
* **Operating System**: Linux Distribution, MacOS version, or Windows version
* **.NET SDK version**: Output of `dotnet --list-sdks`
* **Godot Version**: Click the version number displayed in the lower right corner of Godot's Project Manager or scene tab to copy, then paste here.
* **IDE**: VS Code, Visual Studio, Rider, ...

# To Reproduce
Steps to reproduce the behavior. For example:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

# Expected behavior
A brief, clear description of what you expected to happen.

# Screenshots
If applicable, add screenshots to help explain your problem.

# Additional context
Add any other context about the problem here. (For example, any troubleshooting steps you've taken, any relevant environment variables, when the problem started, etc.)
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea to improve this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A brief, clear description of what the problem is. For example, "It always takes extra time to configure [...]"

**Describe the solution you'd like**
A brief, clear description of what you want to happen.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 7081f97

Please sign in to comment.