diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..605031f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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. +- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e21ccb92..c485a411 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feat.md b/.github/ISSUE_TEMPLATE/feat.md new file mode 100644 index 00000000..039be724 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feat.md @@ -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. +-