From 5c3b25ddf39df9575eb7d1c4436db6fffcf43897 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Sun, 27 Aug 2023 11:30:45 +0100 Subject: [PATCH 1/4] yeah let's stop advertising this as a feature --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 68ff4db..65642a9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Here's some of the features that Bloxstrap provides over the stock Roblox bootst * Support for easy and simple FastFlag editing, no need to mess around with a JSON file. * Painless and seamless support for Discord Rich Presence - no auth cookie needed! * A customizable launcher look -* Lets you opt into non-production Roblox release channels * Lets you see what region your current server is located in * Lets you have multiple Roblox game instances open simultaneously From 197a7d66018b112b0500154e9af6b5f7b2384724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:43:13 +0000 Subject: [PATCH 2/4] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb38b99..a504126 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true From 19a46eff92128e9507914893eb34b861ba0fdaab Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Fri, 6 Oct 2023 13:28:14 +0100 Subject: [PATCH 3/4] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 26 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yaml | 25 ++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..5e80359 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,26 @@ +name: Bug Report +title: "[BUG] " +description: Report a problem you're having +body: + - type: markdown + attributes: + value: | + ### **Preliminary instructions** + - Before opening an issue, please [check the Wiki first](https://github.com/pizzaboxer/bloxstrap/wiki/) to see if your problem has been addressed there. + - If you are getting a Bloxstrap Exception error, please attach a copy of the provided log file. There is a button on the dialog that locates it for you. + - If your problem is with Roblox itself, [check to see if it happens without Bloxstrap](https://github.com/pizzaboxer/bloxstrap/wiki/Roblox-crashes-or-does-not-launch). Please only open an issue if your problem only happens with Bloxstrap, as anything else is out of my control. + - If more clarification on the issue is needed, and you don't respond after a month, then your issue will be closed as stale. + - type: checkboxes + id: terms + attributes: + label: Acknowledgement of preliminary instructions + options: + - label: I have read the preliminary instructions, and I am certain that my problem has not already been addressed. + required: true + - type: textarea + id: what-happened + attributes: + label: What problem did you encounter? + description: Provide a comprehensive description of the problem you're facing. Don't forget to attach any additional resources you may have, such as log files and screenshots. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml new file mode 100644 index 0000000..b9c53b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -0,0 +1,25 @@ +name: Feature Request +title: "[REQ] " +description: Suggest a feature that should be added +body: + - type: markdown + attributes: + value: | + ### **Preliminary instructions** + - Please first check to see if your idea has already been suggested. You can check by [searching all previous issues](https://github.com/pizzaboxer/bloxstrap/issues?q=is%3Aissue). + - If your feature suggestion is to do with Roblox itself, please consider that what's possible is heavily constrained by what [FastFlags](https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags) are available. + - Don't ask for support on Linux or Mac. That's not happening anytime soon, sorry. + - type: checkboxes + id: terms + attributes: + label: Acknowledgement of preliminary instructions + options: + - label: I have read and acknowledged the preliminary instructions. + required: true + - type: textarea + id: what-happened + attributes: + label: What idea do you have? + description: Provide a comprehensive description of what you think can be improved! + validations: + required: true From 2b4b467211321ca4a3feacdca412de4ca4d71316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 16:41:41 +0000 Subject: [PATCH 4/4] Bump wpfui from `55d5ca0` to `2a50f38` Bumps [wpfui](https://github.com/pizzaboxer/wpfui) from `55d5ca0` to `2a50f38`. - [Commits](https://github.com/pizzaboxer/wpfui/compare/55d5ca08f9a1d7623f9a7e386e1f4ac9f2d024a7...2a50f387e6c3b0a9160f3ce42bc95fbb7185e87d) --- updated-dependencies: - dependency-name: wpfui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wpfui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpfui b/wpfui index 55d5ca0..2a50f38 160000 --- a/wpfui +++ b/wpfui @@ -1 +1 @@ -Subproject commit 55d5ca08f9a1d7623f9a7e386e1f4ac9f2d024a7 +Subproject commit 2a50f387e6c3b0a9160f3ce42bc95fbb7185e87d