Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request. Even if you have little to no experience with Angular 2, I'll be more than happy to help. :)
- Fork the repo
- Clone your fork
- Make a branch for your feature or bug fix
- If you don't have Angular CLI installed:
npm install -g angular-cli@latest
ng init
- Input
n
for each file to not overwrite any file changes - Run
npm build
to check if a build works (if this doesn't work, please file an issue with your error message) - Run
npm serve
and openlocalhost:4200
in a browser - Work your magic
- Run
ng build --prod
orng serve --prod
to kick off a production build and make sure nothing is broken - Commit your changes and reference the issue you're addressing (for example:
git commit -am 'Commit message. Closes #5'
) - 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 an issue at any point, please don't hesitate to file an issue!