diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea78..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..580c0fa5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,90 @@ +name: Bug report +description: Report a bug in Flarial +title: "[BUG] " +labels: ["dll","launcher"] + +body: + # - type: markdown + # attributes: + # value: | + # **Before you submit a bug report, please make sure you have done the following:** + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: | + **Before you submit a bug report, please make sure you have done the following:** + options: + - label: | + I have checked the [FAQ](https://ptb.discord.com/channels/1049946152092586054/1135112998453788672) + required: true + - label: | + I have searched the [issues](https://github.com/flarialmc/dll/issues?q=is%3Aissue+is%3Aopen) of this repository and believe that this is not a duplicate + required: true + - type: input + id: bug + attributes: + label: Bug description + description: A clear and concise description of what the bug is. + placeholder: I was trying to [...] but [...] + + - type: input + id: expected + attributes: + label: Expected behavior + description: A clear and concise description of what you expected to happen. + placeholder: I expected [...] + + - type: input + id: actual + attributes: + label: Actual behavior + description: A clear and concise description of what actually happened. + placeholder: Instead [...] + + - type: input + id: steps + attributes: + label: Steps to reproduce + description: | + Please provide detailed steps for reproducing the issue. + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + + - type: dropdown + id: os + attributes: + label: Operating System + description: Which operating system are you using? + options: + - Windows 10 + - Windows 11 + + - type: input + id: osversion + attributes: + label: OS Version + description: What version of the operating system are you using? + placeholder: 21H1, 21H2, 22H1, etc. + + - type: input + id: additional + attributes: + label: Additional notes + description: | + Add any other context about the problem here. + If applicable, add screenshots to help explain your problem. + placeholder: | + - Screenshots + - Logs + - etc. + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 00000000..c86e675c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,41 @@ +name: featrequest +description: Suggest a new feature for Flarial +title: "[FEATURE REQUEST] " +labels: ["enhancement"] + +body: + - type: input + id: feature + attributes: + label: Feature description + description: A clear and concise description of what the feature is. + placeholder: I would like to see [...] + + - type: input + id: reason + attributes: + label: Reason + description: Why do you think this feature should be added? + placeholder: I think this feature should be added because [...] + + - type: input + id: usecase + attributes: + label: Use case + description: How would you use this feature? + placeholder: I would use this feature to [...] + + - type: input + id: alternatives + attributes: + label: Alternatives + description: Have you considered any alternative solutions or features? + placeholder: An alternative solution could be [...] + + - type: input + id: additional + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + placeholder: | + Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.gitignore b/.gitignore index e9a56011..1927de1b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,5 @@ cmake-build-minsizerel-visual-studio/ cmake-build-visual-profile/ clion/ clion-ninja/ -*.zip \ No newline at end of file +*.zip +localextras/ \ No newline at end of file