mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
add contributing guidelines
This commit is contained in:
parent
a7510b97e7
commit
b257d0ecaa
15
CONTRIBUTING.md
Normal file
15
CONTRIBUTING.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Do create pull requests that:
|
||||||
|
|
||||||
|
* resolve an issue
|
||||||
|
* optimise an existing feature or text
|
||||||
|
|
||||||
|
Do NOT create pull requests that:
|
||||||
|
|
||||||
|
* introduce a feature or text
|
||||||
|
* change the currently used coding style
|
||||||
|
|
||||||
|
Pull requests should do only ONE thing. If a pull request contains unrelated updates, they should be submitted as separate pull requests.
|
||||||
|
|
||||||
|
By contributing to the project, you grant to the creator of the project a perpetual, worldwide, no-charge, irrevocable license to use, reproduce and distribute your contributions and derivative works.
|
||||||
|
|
||||||
|
You also warrant that you are the sole owner of your contributions and that they are your original works of authorship.
|
Loading…
Reference in New Issue
Block a user