From c735e22d01909b90172fb629d48543a690993925 Mon Sep 17 00:00:00 2001 From: "ybox-hawk[bot]" <183861304+ybox-hawk[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 02:09:33 +0000 Subject: [PATCH] chore: synced local './' with remote 'repo-template/' --- .github/contributing.md | 8 ++++---- .github/pull_request_template.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/contributing.md b/.github/contributing.md index 2661332..b5ab945 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -1,4 +1,4 @@ -# Contributing to Ybox +# Contributing to Ynot's Workshop Thank you for taking the time to contribute! @@ -12,7 +12,7 @@ Open a new issue to report a bug or request a new feature or improvement. Before opening a new issue: -- [Search](https://github.com/issues?q=is%3Aissue+org%3AYbox-Project) for existing issues; maybe someone else already experienced the same problem that you're having! Duplicate issues will be closed. +- [Search](https://github.com/issues?q=is%3Aissue+org%3AYnot-workshop) for existing issues; maybe someone else already experienced the same problem that you're having! Duplicate issues will be closed. - Download the latest release of the resource you are opening the issue for to make sure that it wasn't already fixed. Issues that are already fixed are considered invalid and will be closed. When opening a new issue, make sure to pick the right type of form and fill it out. The more information you provide, the easier it will be for us to work on your new issue. Issues that are invalid or do not follow the correct form may be ignored or even closed. @@ -28,9 +28,9 @@ You can use your own editor of choice, but we recommend using [VSCode](https://c - [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - [CfxLua IntelliSense](https://marketplace.visualstudio.com/items?itemName=overextended.cfxlua-vscode) -If you are new to contributing code, you can check out and try to fix issues marked with [`good first issue`](https://github.com/issues?q=is%3Aissue+is%3Aopen+org%3AYbox-Project+label%3A%22good+first+issue%22). +If you are new to contributing code, you can check out and try to fix issues marked with [`good first issue`](https://github.com/issues?q=is%3Aissue+is%3Aopen+org%3AYnot-workshop+label%3A%22good+first+issue%22). -If you want to contribute code but don't know what to do, please check out issues marked with [`help wanted`](https://github.com/issues?q=is%3Aissue+is%3Aopen+org%3AYbox-Project+label%3A%22help+wanted%22) as those are issues that we actually *need* help with. +If you want to contribute code but don't know what to do, please check out issues marked with [`help wanted`](https://github.com/issues?q=is%3Aissue+is%3Aopen+org%3AYnot-workshop+label%3A%22help+wanted%22) as those are issues that we actually *need* help with. If you want to contribute code unrelated to an existing issue, you should open an issue yourself to discuss it before working on it, especially if you are planning on adding new features or large designs. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 29e5361..5f85bc7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,5 +6,5 @@ -- [ ] I have personally loaded this code into an updated Qbox project and checked all of its functionality. +- [ ] I have personally loaded this code into an updated environnement and checked all of its functionality. - [ ] My pull request fits the contribution guidelines & code conventions.