From 65f8013043b913fe8721bf6d4c8a90cdb51f92e5 Mon Sep 17 00:00:00 2001 From: Sky <50667548+ItsTheSky@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:38:58 +0200 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..ed3600f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Report an error/bug that occured with DiSky +title: '' +labels: 'status: waiting, type: bug report' +assignees: '' + +--- + +## Versions + + + +- DiSky: `v4.X.X` +- Skript: `v2.X.X` +- Spigot/Paper: `vX.X.X` + +## Description + +*Describe your bug here, the code used, steps to reproduce, etc...* + +*Also try to include footage (images/videos) to help developers understand your problem quicker and provide a fix!* + +## Acknowledgment + +- [ ] I have **read** the error correctly, and I'm **sure** it's directly a DiSky problem. +- [ ] I have **searched** for **similar** bugs on the [**Issues tab**](https://github.com/DiSkyOrg/DiSky/issues) From 3a11e5000e39a22fd49564c887243c2ddea94ef6 Mon Sep 17 00:00:00 2001 From: Sky <50667548+ItsTheSky@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:44:08 +0200 Subject: [PATCH 2/2] Update issue templates --- .../ISSUE_TEMPLATE/documentation-report.md | 14 +++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/documentation-report.md b/.github/ISSUE_TEMPLATE/documentation-report.md new file mode 100644 index 00000000..9a611023 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-report.md @@ -0,0 +1,14 @@ +--- +name: Documentation Report +about: Report an error about DiSky's docs/wiki +title: '' +labels: 'status: waiting, type: documentation' +assignees: '' + +--- + +## Description + +*Add a link to the wiki page where you found the error.* + +*Optional: suggests a changes* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bc420acb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for DiSky +title: '' +labels: 'status: waiting, type: suggestion' +assignees: '' + +--- + +## Description + +**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. + +## Aknowledgement + +- [ ] I already **searched** for this feature on [**DiSky's Documentation/Wiki**](https://disky.me/docs/home/) and I'm sure it's not there