Skip to content

Commit

Permalink
start using formatters and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Nov 30, 2023
1 parent 4f6e364 commit 0c41f1c
Show file tree
Hide file tree
Showing 106 changed files with 169,583 additions and 253,349 deletions.
47 changes: 26 additions & 21 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
---
name: Bug Report
about: Report a bug or critical performance issue
title: 'Bug Report: '
labels: bug
---
#### Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.
### If you are playing the game in a browser, what site are you playing it from?
[Newgrounds](https://www.newgrounds.com/portal/view/770371) or [Itch.io](https://ninja-muffin24.itch.io/funkin)? Specify below.

### If you are playing the game in a browser, what browser are you using?
Chrome (or a Chromium based browser, i.e. Edge, Opera, etc.), Firefox, or Safari? Specify blow.

### If you are playing a downloaded version of the game, what operating system are you using?
Windows (`x86`), Windows (`x86_64`), Linux, or macOS? Specify below.

## What version of the game are you using? Look in the bottom left corner of the main menu.

## Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.

## Please describe your issue. Provide extensive detail and images if possible.
---
name: Bug Report
about: Report a bug or critical performance issue
title: "Bug Report: "
labels: bug
---

#### Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.

### If you are playing the game in a browser, what site are you playing it from?

[Newgrounds](https://www.newgrounds.com/portal/view/770371) or [Itch.io](https://ninja-muffin24.itch.io/funkin)? Specify below.

### If you are playing the game in a browser, what browser are you using?

Chrome (or a Chromium based browser, i.e. Edge, Opera, etc.), Firefox, or Safari? Specify blow.

### If you are playing a downloaded version of the game, what operating system are you using?

Windows (`x86`), Windows (`x86_64`), Linux, or macOS? Specify below.

## What version of the game are you using? Look in the bottom left corner of the main menu.

## Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.

## Please describe your issue. Provide extensive detail and images if possible.
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
name: Enhancement
about: Suggest a new feature
title: 'Enhancement: '
labels: enhancement
---
#### Please check for duplicates or similar issues before creating this issue.
## What is your suggestion, and why should it be implemented?
---
name: Enhancement
about: Suggest a new feature
title: "Enhancement: "
labels: enhancement
---

#### Please check for duplicates or similar issues before creating this issue.

## What is your suggestion, and why should it be implemented?
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
name: Question
about: Ask a general question
title: 'Question: '
labels: question
---
#### Please check for duplicates or similar issues before asking your question.
## What is your question?
---
name: Question
about: Ask a general question
title: "Question: "
labels: question
---

#### Please check for duplicates or similar issues before asking your question.

## What is your question?
22 changes: 12 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
name: Bug Fix
about: Fix a bug or critical performance issue
title: 'Bug Fix: '
labels: bug
---
#### Please check for duplicates or similar PRs before creating this issue.
## Does this PR close any issue(s)? If so, link them below.

## Briefly describe the issue(s) fixed.
---
name: Bug Fix
about: Fix a bug or critical performance issue
title: "Bug Fix: "
labels: bug
---

#### Please check for duplicates or similar PRs before creating this issue.

## Does this PR close any issue(s)? If so, link them below.

## Briefly describe the issue(s) fixed.
22 changes: 12 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
name: Enhancement
about: Add a new feature
title: 'Enhancement: '
labels: enhancement
---
#### Please check for duplicates or similar PRs before creating this issue.
## Does this PR close any issue(s)? If so, link them below.

## What do your change(s) add, and why should they be implemented?
---
name: Enhancement
about: Add a new feature
title: "Enhancement: "
labels: enhancement
---

#### Please check for duplicates or similar PRs before creating this issue.

## Does this PR close any issue(s)? If so, link them below.

## What do your change(s) add, and why should they be implemented?
8 changes: 4 additions & 4 deletions .github/workflows/crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Crash Build

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
workflow_dispatch:
Expand Down Expand Up @@ -43,10 +43,10 @@ jobs:
uses: actions/upload-artifact@main
with:
name: linuxBuild
path: 'crash/export/linux/bin'
path: "crash/export/linux/bin"
buildWindows:
runs-on: windows-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@main
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
uses: actions/upload-artifact@main
with:
name: windowsBuild
path: crash/export/windows/bin
path: crash/export/windows/bin
Loading

0 comments on commit 0c41f1c

Please sign in to comment.