Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 889 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 889 Bytes

Contributing

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 Glimmer, I'll be more than happy to help. :)

Setup

  1. Fork the repo
  2. Clone your fork
  3. Make a branch for your feature or bug fix
  4. Run npm start and open localhost:4200 in a browser
  5. Work your magic
  6. Add yourself to the contributor's list in the README!
  7. Commit your changes and reference the issue you're addressing (for example: git commit -am 'Commit message. Closes #5')
  8. Push your branch to your fork
  9. Create a pull request from your branch on your fork to master on this repo
  10. Have your branch get merged in! 🌟

If you experience a problem at any point, please don't hesitate to file an issue or send me a message!