Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

46 lines (27 loc) · 1.18 KB

Contributing Guides

Reporting Issues

You have a problem

Please explain the following in the ticket

  1. How to reproduce the problem.
  2. What the correct behavior should be.
  3. What the actual behavior is.

You have a suggestion

Please search existing feature requests. If you find the feature you are after please give it a :thumbs: to show your support.

If you have a new suggestion then please fill out a feature request.

Submitting Pull Requests

Getting started

You should be familiar with the basics of contributing on GitHub and have a fork properly set up.

Commit messages

Commit messages must start with #<ISSUE_NUMBER> Descriptive commit message

For example

#32 Adding contribution guide