Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 865b738

Browse files
authored
Create CONTRIBUTING.md
1 parent e9535a1 commit 865b738

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Found a bug?
2+
- Check if the bug has already been reported under under [Issues](https://github.com/overextended/ox_inventory/issues).
3+
- If an **active** issue matches your own, provide additional information on the existing issue.
4+
- If there is no **open** issue related to the bug, create a new issue. Include a **descriptive title and clear description** with as much relevant information as possible, and include **code samples** or **reproduction steps**.
5+
- Use the relevant bug report template when creating an issue.
6+
7+
## Patched a bug?
8+
- Open a new pull request including **only** the related changes.
9+
- Clearly describe the problem being fixed, and the solution. If the patch resolves any issues, mention them in the description.
10+
11+
## Want to share an improvement or add a new feature?
12+
- Create an issue discussing the change and wait for feedback.
13+
- If you've already worked on the change you can submit a **draft** pull request for feedback and review.
14+
- Not all features and changes are desired! Changes may be messy, poorly-planned, incomplete, or simply incompatible with our design philosophy.
15+
16+
## Is your change cosmetic (e.g. formatting)?
17+
- We will not accept pull requests that do not make substantial changes to the stability or functionality of the resource.

0 commit comments

Comments
 (0)