forked from NationalGenomicsInfrastructure/TACA
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
4fd6ee1
commit 0cd0395
Showing
1 changed file
with
14 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,14 @@ | ||
#Contributing to PM code | ||
|
||
In order to make a contribution to this pakcage, tehre are just a few things to have in mind. | ||
|
||
__NOTE__: _Please make sure that there is already no exisiting [issue]((https://github.com/guillermo-carrasco/pm/issues)) related with whatever you want to report._ | ||
|
||
####To contribute: | ||
1. Create an issue describing the bug/suggestion/improvement/... [here](https://github.com/guillermo-carrasco/pm/issues). | ||
2. Fork this repository to your GitHub account | ||
3. Make the necessary changes/additions to your forked pm repository | ||
4. Please *make sure* that you've documented your code and changes using [sphinx](http://sphinx.readthedocs.org/en/latest/tutorial.html) syntax, as the documentation will be automatically generated using this engine, and published to ReadTheDocs \<add link to read the docs> | ||
5. Pull Request and wait for some responsible to review and merge the code | ||
|
||
That's it! And thanks a lot! |