First off, thank you for considering contributing to AngularJS Store. It’s people like you that make AngularJS Store such a great tool.
Found an issue or want to submit a new feature?
- Make sure to file an issue first.
- Before you create your pull request.
- Let's discuss there what we can do.
Documentation correction
- File an issue for your spotted incorrect documentation.
- After we confirmed that it was really an error,
- you either be granted to have an access to correct it on GitBook by your own
- or other contributor that already have an access will update the documentation for you.
Format:
{story type}-{2-3 word summary}-{optional tracker id}
Story Types:
test
- Unit/Integration Testbugfix
- Bug Fixfeature
- New Featuredocs
- Update documentationchore
- If none of the obove fits
Examples:
bugfix-unexpected-error-27
feature-automate-process-5
Format:
{applicable emojis} {message}
Emojis:
:hammer:
or:wrench:
- Fixes bug:art:
Improves format/structure of the code:memo:
Updates documentation:green_heart:
Fixes CI build:white_check_mark:
Writes tests:lock:
Deals with security:zap:
Improves performance
Message Restrictions:
- Should starts with capital letter.
- Use present tense ("Add feature" not "Added feature").
Examples:
:hammer: Fix unhandled error
:white_check_mark: Add unit tests for new service