New to Open Source?
If you are new to contributing to open source, this guide helps explain why, what, and how to get involved. Here are some resources to help you get started with open source contributions:
- Finding ways to contribute to open source on GitHub
- Set up Git
- GitHub flow
- Collaborating with pull requests
We thank you for investing your time in contributing to this project!
Create a new Issue
If you spot a problem in this repository, or need to request a new tag, or a new key, search if an issue already exists. If a related issue doesn’t exist, you can open a new issue using a relevant issue form.
Solve an Issue
Scan through our existing issues to find one that interests you. You can narrow down the search using labels as filters. See Labels for more information.
Style guide
We follow standard effective yaml guidelines. You can refer to this guide for more information.
Keep these in mind while creating a pull request:
- Don’t forget to link PR to issue if you are solving one.
- We may ask for changes to be made before a PR can be merged, either using suggested changes or pull request comments.