-
Notifications
You must be signed in to change notification settings - Fork 25
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
Showing
5 changed files
with
140 additions
and
32 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,91 @@ | ||
name: 🚩 Bugs, Errors, and Other Issues | ||
description: Report an issue to help us improve FF Ultima. | ||
labels: | ||
- "bug" | ||
- "issue" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Before submitting, have you already looked through the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? | ||
- type: dropdown | ||
id: checked-wiki | ||
attributes: | ||
label: "Already looked at the Wiki?" | ||
description: "[FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)" | ||
options: | ||
- "No" | ||
- "Yes" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: "Describe the Issue" | ||
placeholder: "A detailed description of what the issue is." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: "Expected Behavior" | ||
placeholder: "A description of what you expected to happen" | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "### Platform/Desktop" | ||
|
||
- type: dropdown | ||
id: platform-os | ||
attributes: | ||
label: "Platform/Desktop" | ||
options: | ||
- "Windows" | ||
- "Linux" | ||
- "Mac" | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: platform-browser | ||
attributes: | ||
label: "Web Browser" | ||
options: | ||
- "Firefox" | ||
- "Firefox Nightly" | ||
- "Firefox Dev Edition" | ||
- "Other Browser" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: other-browser | ||
attributes: | ||
label: "If `Other Browser` was selected, specify here:" | ||
placeholder: "Example: Waterfox v123" | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: browser-updated | ||
attributes: | ||
label: "Is your browser updated to the latest version?" | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: picture-video | ||
attributes: | ||
label: "Picture/Video of the Issue" | ||
description: "Screenshot(s) or video of the issue are preferred." | ||
placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" | ||
validations: | ||
required: false |
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,35 @@ | ||
name: 🆕 Features, Suggestions, & Request | ||
description: Suggest feature's, improvements or modifications to the theme. | ||
title: "[Feature Request] " | ||
labels: | ||
- "enhancement" | ||
- "issue" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Before submitting, have you already looked through the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? | ||
- type: checkboxes | ||
id: confirmation | ||
attributes: | ||
label: "Please confirm (not required):" | ||
options: | ||
- label: "I have already looked at the Wiki." | ||
- label: "I would like to contribute to this development." | ||
|
||
- type: textarea | ||
id: issue-description | ||
attributes: | ||
label: "Describe the Feature | Suggestion | Modification:" | ||
placeholder: "A detailed description of the Feature / Suggestion / Modification" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: picture-video | ||
attributes: | ||
label: "Picture/Video of the desired outcome (if applicable):" | ||
placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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
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