Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 1 KB

Contributing

Git branching model

  • master - Latest release, stable
  • develop - Main development, unstable
  • release/ - Release archive
  • feat/
  • fix/
  • docs/
  • style/
  • refactor/
  • perf/
  • test/
  • chore/

Commits

Read:

This repo uses Semantic Versioning.

Pull Request

Develop using feature/* branches, make Pull Requests to develop, and finally to master when ready to release.

Reporting Issues

Please use our Github repository to report issues. All issues must have:

  • Your operating system (name and version)
  • The browser you are using (name and version)
  • The full copy of any error messages available
  • A full description of how to reproduce the issue you have found

Changelog