Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.
If you notice any bugs in the app, see some code that can be improved, or have features you would like to be added, please create an issue!
If you want to open a PR that fixes a bug or adds a feature, then we can't thank you enough! It is definitely appreciated if an issue has been created before-hand so it can be discussed first.
- Fork this repository
- Clone your fork
- Make a branch for your feature or bug fix (i.e.
git checkout -b added-getfoobar
) - Work your magic
- Execute
yarn link
when done.
You should test your changes (and add any new elements in your change) on the example app included in the repo
Running yarn dev-sync
in the top level will copy any changes into the example app so a rebuild will use them
Running yarn analyze
in the top level will make sure typings etc are up to date and ready for a pull request
- Commit your changes with a message following the Angular commit conventions.
- Push your branch to your fork
- Create a pull request from your branch on your fork to
master
on this repo - Have your branch get merged in! 🌟
If you experience a problem at any point, please don't hesitate to file an issue to get some assistance!