We love merge requests from everyone. By participating in this project, you agree to abide by the Arctic code of conduct.
Fork the project into your personal space on GitLab.com
Create a feature branch, branch away from master
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 merge request.
At this point you're waiting on us. We like to at least comment on merge 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 merge request is accepted:
- Write tests.
- Follow our style guide.
- Write a good commit message.