switch-config-render welcomes contributions from everyone. Here are some guidelines that will help you get started:
- Make sure you have a GitHub account.
- Create an issue, or comment saying you're working on an existing issue.
Contributions to switch-config-render or its dependencies should be made in the form of [GitHub pull requests][PR]. Each pull request will be reviewed by a core developer and after some feedback, will be merged to master. All contributions follow this format, including those from core contributors.
- Branch from master or rebase your branch to current master.
- Each commit should compile, pass static analysis, and pass tests.
- Add tests relevant to any fixed bug or new feature.