From 6625a9b1ea5ad7183660ec99bee4bf42bdb71e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?amyspark-ng=20=E2=9C=A8?= Date: Thu, 23 May 2024 20:04:13 -0500 Subject: [PATCH 1/2] chore: updated issue templates --- .github/ISSUE_TEMPLATE/bug.md | 27 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- .github/ISSUE_TEMPLATE/feat.md | 23 +++++++++++++++++++++++ 3 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feat.md 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..94a4955d 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 + 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. +- From 664daa6a789ddf51f8628afea4706ff3d4ba5383 Mon Sep 17 00:00:00 2001 From: amyspark-ng Date: Thu, 23 May 2024 20:55:01 -0500 Subject: [PATCH 2/2] chore: changed to compiling/contributing --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 94a4955d..c485a411 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,6 +2,6 @@ contact_links: - name: Help url: https://github.com/marklovers/kaplay/discussions/new?category=q-a about: How to use certain kaplay feature, or how to achieve something with kaplay - - name: Compiling + - name: Compiling/Contributing url: https://github.com/marklovers/kaplay/discussions/new?category=q-a about: How to compile kaplay/how to contribute to it