-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into docs/compiling-guide
- Loading branch information
Showing
213 changed files
with
16,820 additions
and
3,623 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 |
---|---|---|
@@ -1 +1,3 @@ | ||
* text=auto eol=lf | ||
* text=auto eol=lf | ||
*.hxc linguist-language=Haxe | ||
*.hxp linguist-language=Haxe |
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,62 @@ | ||
name: Bug Report | ||
description: Report a bug or an issue in the game. | ||
labels: ["type: minor bug", "status: pending triage"] | ||
title: "Bug Report: " | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Issue Checklist | ||
options: | ||
- label: I have properly named the issue | ||
- label: I have checked the issues/discussions pages to see if the issue has been previously reported | ||
|
||
- type: dropdown | ||
attributes: | ||
label: What platform are you using? | ||
options: | ||
- Newgrounds (Web) | ||
- Itch.io (Web) | ||
- Itch.io (Downloadable Build) - Windows | ||
- Itch.io (Downloadable Build) - MacOS | ||
- Itch.io (Downloadable Build) - Linux | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: If you are playing on a browser, which one are you using? | ||
options: | ||
- Google Chrome | ||
- Microsoft Edge | ||
- Firefox | ||
- Opera | ||
- Safari | ||
- Other (Specify below) | ||
|
||
- type: input | ||
attributes: | ||
label: Version | ||
description: What version are you using? | ||
placeholder: ex. 0.4.1 | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Describe your bug." | ||
|
||
- type: markdown | ||
attributes: | ||
value: "### Please do not report issues from other engines. These must be reported in their respective repositories." | ||
|
||
- type: markdown | ||
attributes: | ||
value: "#### Provide as many details as you can." | ||
|
||
- type: textarea | ||
attributes: | ||
label: Context (Provide images, videos, etc.) | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce (or crash logs, errors, etc.) |
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 @@ | ||
blank_issues_enabled: 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,70 @@ | ||
name: Crash Report | ||
description: Report a crash that occurred while playing the game. | ||
labels: ["type: major bug", "status: pending triage"] | ||
title: "Crash Report: " | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Issue Checklist | ||
options: | ||
- label: I have properly named the issue | ||
- label: I have checked the issues/discussions pages to see if the issue has been previously reported | ||
|
||
- type: dropdown | ||
attributes: | ||
label: What platform are you using? | ||
options: | ||
- Newgrounds (Web) | ||
- Itch.io (Web) | ||
- Itch.io (Downloadable Build) - Windows | ||
- Itch.io (Downloadable Build) - MacOS | ||
- Itch.io (Downloadable Build) - Linux | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: If you are playing on a browser, which one are you using? | ||
options: | ||
- Google Chrome | ||
- Microsoft Edge | ||
- Firefox | ||
- Opera | ||
- Safari | ||
- Other (Specify below) | ||
|
||
- type: input | ||
attributes: | ||
label: Version | ||
description: What version are you using? | ||
placeholder: ex. 0.4.1 | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "## Describe your issue." | ||
|
||
- type: markdown | ||
attributes: | ||
value: "### Please do not report issues from other engines. These must be reported in their respective repositories." | ||
|
||
- type: markdown | ||
attributes: | ||
value: "#### Provide as many details as you can." | ||
|
||
- type: textarea | ||
attributes: | ||
label: Context (Provide screenshots or videos of the crash happening) | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Crash logs (can be found in the logs folder where Funkin.exe is) | ||
validations: | ||
required: true |
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,15 @@ | ||
name: Enhancement | ||
description: Suggest a new feature. | ||
labels: ["type: enhancement", "status: pending triage"] | ||
title: "Enhancement: " | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Issue Checklist | ||
options: | ||
- label: I have properly named the enhancement | ||
- label: I have checked the issues/discussions pages to see if the enhancement has been previously suggested | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is your suggestion, and why should it be implemented? |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Add 'small' to any changes below 10 lines | ||
small: | ||
max: 9 | ||
|
||
# Add 'medium' to any changes between 10 and 100 lines | ||
medium: | ||
min: 10 | ||
max: 99 | ||
|
||
# Add 'large' to any changes for more than 100 lines | ||
large: | ||
min: 100 |
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,11 @@ | ||
# Add Documentation tag to PR's changing markdown files, or anyhting in the docs folder | ||
Documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- docs/* | ||
- '**/*.md' | ||
|
||
# Adds Haxe tag to PR's changing haxe code files | ||
Haxe: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.hx' |
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,6 @@ | ||
<!-- Please check for duplicates or similar PRs before submitting this PR. --> | ||
## Does this PR close any issues? If so, link them below. | ||
|
||
## Briefly describe the issue(s) fixed. | ||
|
||
## Include any relevant screenshots or videos. |
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.