Skip to content

Commit

Permalink
chore: synced local './' with remote 'repo-template/'
Browse files Browse the repository at this point in the history
  • Loading branch information
ybox-hawk[bot] authored Jan 2, 2025
1 parent 7585cdb commit c735e22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to Ybox
# Contributing to Ynot's Workshop

Thank you for taking the time to contribute!

Expand All @@ -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.
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<!-- Put an x inside the [ ] to check an item, like so: [x] -->

- [ ] 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.

0 comments on commit c735e22

Please sign in to comment.