# Contributing to Concerto
* [Step-by-step development environment setup](./getting-started.md)
* [Suggested IDE setup](./ide-setup.md)
* [Coding Guidelines](./coding-guidelines.md)
* Currently reading -> [Pull Request Guidelines](./submitting-pull-request.md)

# Submitting a Pull Request

*Before* submitting a pull request, please search carefully for any open or closed pull requests that relate to the issue you are targeting.

- Fork the repo and create your branch from `main`.
- Follow our [coding guidelines](./coding-guidelines.md) when making your coding changes.
- Ensure that all test suites pass locally (`npm test`).
- Commit any changes using a descriptive commit message.
- Pull requests that have associated builds that are not 100% clean will be closed.

## License <a name="license"></a>
Accord Project source code files are made available under the [Apache License, Version 2.0][apache].
Accord Project documentation files are made available under the [Creative Commons Attribution 4.0 International License][creativecommons] (CC-BY-4.0).
