Skip to content

Commit

Permalink
🔄 synced local '.github/' with remote 'repo-template/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Sep 8, 2023
1 parent 0fd1cf5 commit 7446af1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?**

Expand All @@ -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?
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
capture: "junit.xml"
args: "-t --formatter JUnit"
extra_libs: mysql+qblocales+ox_lib
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
fail_on_failure: false

0 comments on commit 7446af1

Please sign in to comment.