UNPKG

firefly-names

Version:
17 lines (14 loc) 670 B
# Contributing To contribute to the project, please follow these steps: 1. Get approval for the idea by filing an issue and talking with me about the changes. 2. Fork the repo 3. Make a branch for your change 4. Run `npm install` 5. Run `npm start` 6. Make your changes 7. Test your changes (we have a githook that disallows anything less than 100% code coverage) 8. Run `git add -A` to add your changes (please don't add any changes to the `dist` directory). 9. Run `npm run commit` (**Do not** use `git commit`) - follow the prompts to create your git message 10. Push your changes with `git push` 11. Create the Pull Request 12. Get merged and celebrate 🎉 🎊!