Created
January 23, 2018 00:05
-
-
Save dmitrykolesnikovich/f3e51e587c4ddbdb64755288e6c56d47 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Contributing | |
| We love pull requests from everyone. By participating in this project, you agree to abide by the Arctic code of conduct. | |
| Fork, then clone the repo: | |
| git clone [email protected]:your-username/arctic.git | |
| Make sure the demo project compiles and runs ok. | |
| Make your change. Make sure it compiles and works as intended (write tests, use it in the demo, etc.). | |
| Check for codestyle violations with lint.bat before committing. | |
| Push to your fork and submit a pull request. | |
| At this point you're waiting on us. We like to at least comment on pull requests within two days (and, typically, a few hours). We may suggest some changes or improvements or alternatives. | |
| Some things that will increase the chance that your pull request is accepted: | |
| Write tests. | |
| Follow our style guide. | |
| Write a good commit message. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment