-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] adding contributing guideline
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
# How to contribute to Ygen | ||
#### Did you find a bug? | ||
- **Ensure the bug was not already reported** by searching trough the Issues | ||
- If there isn't already an open Issue open a new one. Be sure to follow write it | ||
And follow the Issue Bug template | ||
|
||
#### Did you fixed a bug? | ||
- Open a Pull Request with the fix | ||
- Make sure you reference the Issue with the description of the bug | ||
- Provide a clear description on how you fixed the bug and what it caused | ||
|
||
#### Did you added a cosmetic change? | ||
- **Cosmatic changes will mostly likly be not accepted** when submitted via Pull Request | ||
- But if you find an function or a variable which doesn't follow our naming sceme (funcAbcDefg instead of func_abc_defg) please create an Issue | ||
|
||
#### Do you want to add a new feature? | ||
- **Introduce it via a Issue**, when it gets approved you can start working on it | ||
(You can start working on it right now without adding an Issue but then you're having the change that your feature will maybe get rejected) | ||
- **Then create a Pull Request** | ||
|
||
#### Do you have questions about the source code? | ||
- Feel free to ask in our Discord Server or **create a Issue** | ||
|
||
Thanks! | ||
The **Ygen** Team |