Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.23 KB

Contributing

Your contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.

Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.

Branching model

In this repository we follow the NewsTeller Git Flow guide.

Bugs & Feature Requests

Before opening an issue, please:

  • Search the issue tracker to make sure your issue hasn’t already been reported.
  • Use one of the provided templates if possible.

Pull Requests

Before you submit a pull request, check that it meets these guidelines:

  • If the pull request adds functionality, the docs should be updated as part of the same PR.
  • Create a separate PR for each small feature or bug fix.
  • Squash your commits into one for each PR (Git Flow for more info).