-
Notifications
You must be signed in to change notification settings - Fork 9
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
30 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,30 @@ | ||
# Contributing to nrt | ||
|
||
Thanks for taking the time to contribute to nrt! 🎉 | ||
|
||
## Rights | ||
|
||
The EUPL v2 license (see LICENSE) applies to all contributions. | ||
|
||
## How Can I Contribute? | ||
|
||
### Reporting Bugs | ||
|
||
If you find a bug, please open an issue and include as much detail as possible. Include steps to reproduce the issue and any relevant logs or screenshots. | ||
|
||
### Suggesting Enhancements | ||
|
||
Enhancement suggestions are welcome! If you have an idea to improve nrt or its documentation, please open an issue and describe your idea in detail. If possible, provide examples of how the enhancement would be used. | ||
|
||
### Code Contributions | ||
|
||
For any contribution to the code base or the documentation, use the pull request mechanism. | ||
1. Fork the repository: Click the 'Fork' button on the upper right corner of the repository page. | ||
2. Apply changes to your fork. | ||
3. Open a pull request on github | ||
|
||
Your contribution will be reviewed and discussied as part of the pull request. If approved, it will then be merged | ||
into the main branch of the repository and included in the following release. | ||
|
||
|
||
|