-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db3d390
commit a03b7d3
Showing
4 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: New Issue (Developers Only) | ||
description: A blank issue template for developers only. If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**If you are not a developer, do not use this issue template. Your issue WILL BE CLOSED if you do not use the appropriate issue template.** | ||
- type: textarea | ||
attributes: | ||
label: "Issue" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Tech support does not belong here. You should only file an issue here if you think you have experienced a bug in Azahar. | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Affected Build(s) | ||
description: List the affected build(s) that this issue applies to. | ||
placeholder: 1234 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: issue-desc | ||
attributes: | ||
label: Description of Issue | ||
description: A brief description of the issue encountered along with any images and/or videos. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: A brief description of how it is expected to work along with any images and/or videos. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Reproduction Steps | ||
description: A brief explanation of how to reproduce this issue. If possible, provide a save file to aid in reproducing the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Log File | ||
description: A log file will help our developers to better diagnose and fix the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: system-config | ||
attributes: | ||
label: System Configuration | ||
description: Information about your system. If using Linux, include whether you are using Flatpak or AppImage | ||
placeholder: | | ||
CPU: Intel i5-10400 / AMD Ryzen 5 3600 | ||
GPU/Driver: NVIDIA GeForce GTX 1060 (Driver 512.95) | ||
RAM: 16GB DDR4-3200 | ||
OS: Windows 11 22H2 (Build 22621.819) | ||
value: | | ||
CPU: | ||
GPU/Driver: | ||
RAM: | ||
OS: | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Azahar Discord | ||
url: https://discord.com/invite/4ZjMpAp3M6 | ||
about: If you are experiencing an issue and you need support, or if you have a general question, try asking in the official Discord linked here. *Discussion of piracy is not allowed.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Feature Request | ||
description: File a feature request | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make Azahar better. | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exists for the feature you are requesting. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: textarea | ||
id: what-feature | ||
attributes: | ||
label: What feature are you suggesting? | ||
description: A brief description of the requested feature. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: why-feature | ||
attributes: | ||
label: Why would this feature be useful? | ||
description: A brief description of why this feature would make Azahar better. | ||
validations: | ||
required: true |