diff --git a/.github/contributing.md b/.github/contributing.md index 3d7c627..4e20ab2 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -86,7 +86,7 @@ Provide more context by answering these questions if possible: Include details about your setup: -* **When was your Qbox last updated?** +* **When was your Qbox last updated?** * **What OS is the server running on**? * **Which *extra* resources do you have installed?** @@ -104,7 +104,7 @@ Before creating enhancement suggestions, please check [this list](#before-submit * **Make sure it doesn't already exist.** Sounds silly, but there's a lot of features built in to Qbox that people don't realize so take a look through the docs and stuff to make sure it's not already there. * **Check if there's already PR which provides that enhancement.** -* **Determine which resource the enhancement should be suggested in.** if it fits with another resource suggest it in that resource. if it would be it's own resource suggest it in the main qb-core repository. +* **Determine which resource the enhancement should be suggested in.** Whichever resource the suggestion is about, is where it should go. If the suggestion is about Qbox as a whole, make the suggestion in the qbx-core repository. * **Perform a [cursory search](https://github.com/search?q=is%3Aissue+user%3Aqbox-project++&type=issues&state=open)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. #### How Do I Submit A (Good) Enhancement Suggestion? diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fb74fd6..e22fcdf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,11 +13,11 @@ jobs: with: capture: "junit.xml" args: "-t --formatter JUnit" - extra_libs: mysql+polyzone+qblocales + extra_libs: mysql+ox_lib - name: Generate Lint Report if: always() uses: mikepenz/action-junit-report@v3 with: report_paths: "**/junit.xml" check_name: Linting Report - fail_on_failure: false \ No newline at end of file + fail_on_failure: false