generated from microsoft/AL-Go-PTE
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Contribute | ||
## What to contribute | ||
Any bug fixes or new features are welcome in this project. PRs will be accepted after review and testing without promises or dates. They should be associated with an Issues. There may or may not be a previous conversation, either in discussions or in the issue itself. | ||
|
||
## How to contribute | ||
In case you want to contribute code to this project, you must first establish what type of contribution it is and create an issue according to its type: | ||
|
||
### A small bug fix. 🐛 | ||
In this case the review will be lighter, only the functionality will be tested and tests will be added or modified if necessary. | ||
|
||
### New capabilities or major change implementations. 🥇 | ||
The process will be slower. | ||
- There should be a prior conversation about the functionality you want to implement, either through [discussions](https://github.com/NovoaDev/Dependency-Graph-BCExt/discussions). or within an issue. The point of this is that you don't waste time writing code, which then may not be accepted. | ||
- Fork the repository. | ||
- Create a Pull Request with the changes. | ||
- The next step is to wait for the approval of the PR, it will be evaluated and approved or rejected. | ||
|
||
Feel free to contact any of the maintainers if you have any questions about the contribution process. |