mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-17 13:15:47 +00:00
chore: add contributing doc
[skip ci]
This commit is contained in:
parent
b92da4d09d
commit
1abcd330a7
1 changed files with 14 additions and 0 deletions
14
CONTRIBUTING.md
Normal file
14
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Contributing
|
||||
|
||||
This project is PHP based but may one day move to node (as this is my preferred development language).
|
||||
|
||||
If you are a collaborator (with push permissions), you can merge any open PR with the following conditions:
|
||||
|
||||
1. It passes the JSON validity test (this is a github integration in travis)
|
||||
2. Merge anything that adds or updates a `<user>.json` file
|
||||
|
||||
If you're unsure, cc @remy into the PR with a question and we can work out what to do.
|
||||
|
||||
The site is hosted on heroku and will automatically deploy merges into master, which means once a PR is merged, it'll be live shortly thereafter (so there's nothing to do 🎉).
|
||||
|
||||
Also, thank you, your help is appreciated 💙
|
||||
Loading…
Reference in a new issue