-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modern templates #265
Merged
Merged
Modern templates #265
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
96ed98e
remove : old template removed.
sadrasabouri ea788e7
add : new templates added.
sadrasabouri 87de5ec
update : release.md updated.
sadrasabouri 12ec29d
update : version_check.py updated.
sadrasabouri 791ba69
log : changes logged.
sadrasabouri 8c377e2
fix : typo fixed.
sadrasabouri e71a3e1
fix : minor typos fixed.
sadrasabouri 7dcf2a6
fix : `decoration_request.yml` and `one_line_request.yml` first texta…
sadrasabouri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your time to fill out this bug report! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Provide a clear and concise description of what the bug is. | ||
placeholder: > | ||
Tell us a description of the bug. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: step-to-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Provide details of how to reproduce the bug. | ||
placeholder: > | ||
ex. 1. Go to '...' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: What did you expect to happen? | ||
placeholder: > | ||
ex. I expected '...' to happen | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual-behavior | ||
attributes: | ||
label: Actual behavior | ||
description: What did actually happen? | ||
placeholder: > | ||
ex. Instead '...' happened | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: operating-system | ||
attributes: | ||
label: Operating system | ||
description: Which operating system are you using? | ||
options: | ||
- Windows | ||
- macOS | ||
- Linux | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: python-version | ||
attributes: | ||
label: Python version | ||
description: Which version of Python are you using? | ||
options: | ||
- Python 3.12 | ||
- Python 3.11 | ||
- Python 3.10 | ||
- Python 3.9 | ||
- Python 3.8 | ||
- Python 3.7 | ||
- Python 3.6 | ||
- Python 3.5 | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: Art-version | ||
attributes: | ||
label: Art version | ||
description: Which version of Art are you using? | ||
options: | ||
- Art 6.1 | ||
- Art 6.0 | ||
- Art 5.9 | ||
- Art 5.8 | ||
- Art 5.7 | ||
- Art 5.6 | ||
- Art 5.5 | ||
- Art 5.4 | ||
- Art 5.3 | ||
- Art 5.2 | ||
- Art 5.1 | ||
- Art 5.0 | ||
- Art 4.9 | ||
- Art 4.8 | ||
- Art 4.7 | ||
- Art 4.6 | ||
- Art 4.5 | ||
- Art 4.4 | ||
- Art 4.3 | ||
- Art 4.2 | ||
- Art 4.1 | ||
- Art 4.0 | ||
- Art 3.9 | ||
- Art 3.8 | ||
- Art 3.7 | ||
- Art 3.6 | ||
- Art 3.5 | ||
- Art 3.4 | ||
- Art 3.3 | ||
- Art 3.2 | ||
- Art 3.1 | ||
- Art 3.0 | ||
- Art 2.9 | ||
- Art 2.8 | ||
- Art 2.7 | ||
- Art 2.6 | ||
- Art 2.5 | ||
- Art 2.4 | ||
- Art 2.3 | ||
- Art 2.2 | ||
- Art 2.1 | ||
- Art 2.0 | ||
- Art 1.9 | ||
- Art 1.8 | ||
- Art 1.7 | ||
- Art 1.6 | ||
- Art 1.5 | ||
- Art 1.4 | ||
- Art 1.3 | ||
- Art 1.2 | ||
- Art 1.1 | ||
- Art 1.0 | ||
- Art 0.9 | ||
- Art 0.8 | ||
- Art 0.7 | ||
- Art 0.6 | ||
- Art 0.5 | ||
- Art 0.4 | ||
- Art 0.3 | ||
- Art 0.2 | ||
- Art 0.1 | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
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: Discord | ||
url: https://discord.com/invite/FAAyq3QJqP | ||
about: Ask questions and discuss with other Art community members |
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,20 @@ | ||
name: Decoration Request | ||
description: Suggest a new decoration to be added to the package | ||
title: "[Decoration]: " | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Write the decoration you want to add | ||
placeholder: > | ||
ex: ▌│█║▌║▌║ | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: aditional-context | ||
attributes: | ||
label: Additional context | ||
placeholder: > | ||
If you have any additional context or information about the decoration art (like the link to the source of it), please write it down here. | ||
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,36 @@ | ||
name: Feature Request | ||
description: Suggest a feature for this project | ||
title: "[Feature]: " | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature you want to add | ||
placeholder: > | ||
I'd like to be able to [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: possible-solution | ||
attributes: | ||
label: Describe your proposed solution | ||
placeholder: > | ||
I think this could be done by [...] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe alternatives you've considered, if relevant | ||
placeholder: > | ||
Another way to do this would be [...] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: aditional-context | ||
attributes: | ||
label: Additional context | ||
placeholder: > | ||
Add any other context or screenshots about the feature request here. | ||
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,20 @@ | ||
name: Font Request | ||
description: Suggest a new font to be added to the package | ||
title: "[Font]: " | ||
body: | ||
- type: textarea | ||
id: link-to-font | ||
attributes: | ||
label: Link to font | ||
placeholder: > | ||
Add a link to the font you want to be added to the package. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: aditional-context | ||
attributes: | ||
label: Additional context | ||
placeholder: > | ||
If you have any additional context or information about the font (like examples of it), please write it down here. | ||
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,20 @@ | ||
name: 1-Line art Request | ||
description: Suggest a new 1-Line art to be added to the package | ||
title: "[1-Line Art]: " | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Write the 1-Line art you want to add | ||
placeholder: > | ||
ex: (っ◕‿◕)っ | ||
validations: | ||
required: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this item should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed in 7dcf2a6. |
||
- type: textarea | ||
id: aditional-context | ||
attributes: | ||
label: Additional context | ||
placeholder: > | ||
If you have any additional context or information about the 1-line art (like the link to the source of it), please write it down here. | ||
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this item should be
true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 7dcf2a6.