Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 769 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 769 Bytes

Contributing to LoggingAbstractor

Thanks for taking the time to contribute to LoggingAbstractor! 🎉 LoggingAbstractor welcomes pull requests from everyone and anyone.

Pull request process

  1. Fork the LoggingAbstractor project
  2. Create a new branch. The branch name should be prefixed with one of [feature, bug]. For example feature/added-company-logo
  3. Make changes and commit.
  4. Run unit tests.
  5. Make a pull request into master. For this you will need to push to your fork and submit a pull request.

Branching Guide

  • Master branch should contain only stable code.
  • Development on feature branches prefixed with feature/
  • Try to keep features small and merge often