Skip to content

Commit

Permalink
chore: updated issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark-ng authored May 24, 2024
1 parent 5a75d07 commit b42d966
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 4 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: 'bug: your bug here'
labels: 'bug'
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.
-

**Version**
What version are you running?
-

**To Reproduce**
Steps to reproduce the behavior:
1.

**Expected behavior**
A clear and concise description of what you expected to happen.
-

**Screenshots**
If applicable, add screenshots to help explain your problem.
-
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contact_links:
- name: Help
url: https://github.com/marklovers/kaplay/discussions/new?category=q-a
about: How to use certain Kaboom feature, or how to achieve something with Kaboom
- name: Suggestion
url: https://github.com/marklovers/kaplay/discussions/new?category=ideas
about: Features you'd like Kaboom to have
about: How to use certain kaplay feature, or how to achieve something with kaplay
- name: Compiling/Contributing
url: https://github.com/marklovers/kaplay/discussions/new?category=q-a
about: How to compile kaplay/how to contribute to it
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for kaplay
title: 'feat: your feature request here'
labels: 'enhancement'
assignees: ''
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
-

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
-

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

0 comments on commit b42d966

Please sign in to comment.