Thanks for giving this a read! We're always open to your contributions. This document will get you started on how to contribute and the things you should know. So please give it (and our code-of-conduct) a thorough read.
-
Find some issue you're interested in, or a feature that you'd like to tackle. Also make sure that no one else is already working on it. We don't want you to be disappointed.
-
Fork this repo into your own GitHub, then clone.
-
Create a branch with a meaningful name for the issue:
git checkout -b adds-better-filtering
-
Make your changes and commit:
git add
andgit commit
-
Push your branch:
git push -u origin your-branch-name
-
Submit a pull request to our upstream repository.
-
Choose a descriptive title and describe your changes briefly.
-
Wait for a maintainer to review your PR, make changes if it's being recommended, and get it merged.
-
Hooray!