Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.53 KB

File metadata and controls

41 lines (27 loc) · 1.53 KB

Contributing to StepControl

🎉 Thanks for taking your time to contribute with StepControl! 🎉

The following guide set some guidelines to contribute with StepControl, please read it before start contributing.

General

How Can I Contribute?

General

  • Make an individual pull request / report for each suggestion / bug or enhancement.
  • Search previous suggestions before making a new one, as yours may be a duplicate, use the proper filters to help you with that.
  • Check your spelling and grammar.

How Can I Contribute?

Reporting Bugs

  • For reporting bugs please use the Github issue tracker.
  • The reported bug must start with the [Bug] tag along with a brief description of the bug.
  • If possible, add a step-by-step guide to reproduce it along with the crash stacktrace.

Suggesting Enhancements

  • Use the Github issue tracker.
  • Use the [Feature] tag for features and the [Enhancement] tag for improvements.

Pull Requests

  • Before creating a PR, create an issue related to what you are fixing / improving.
  • Add a brief description and a link to the related issue.
  • Use a correct branch-naming:
    • For features use: feature/add-color-customization
    • For fixes use: fix/on-ios-5
    • For enhancements: enhancements/add-unit-tests