Contributions are very appreciated. To keep it a pleasant experience for everyone, please follow this guide.
Taggd follows the GitHub Flow as described by GitHub. In summary:
- Fork the repository via GitHub
- Create a single-purpose feature branch, regardless if you’re adding a feature or fixing a bug
- Perform your magic!
- Submit a pull-request via GitHub
After that, the pull-request will be reviewed and merged if it meets all requirements.
Before submitting a pull-request, it must meet some requirements:
- The library should contain a build. The built assets are in git, so they need to be updated for every change in the source code, even a comment.
- If you add new features or solve bugs, be sure to add tests.
- Test your changes before submitting a pull-request. Pull-request resulting in failed tests will not be merged.