Thanks for taking the time to contribute to LoggingAbstractor! 🎉 LoggingAbstractor welcomes pull requests from everyone and anyone.
- Fork the LoggingAbstractor project
- Create a new branch. The branch name should be prefixed with one of [
feature
,bug
]. For example feature/added-company-logo - Make changes and commit.
- Run unit tests.
- Make a pull request into master. For this you will need to push to your fork and submit a pull request.
- Master branch should contain only stable code.
- Development on feature branches prefixed with feature/
- Try to keep features small and merge often