Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 1.24 KB

Appeal to all future contributors!

You can help the project by:

  • Reporting a bug
  • Reviewing the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Branches

The following branches are used to manage the project:

  • master is tested, stable and ready for production.
  • feature, bug these are contributors branches, that may contain proposing new features, reporting a bug etc.

How to report bugs

I use GitHub issues to track bugs. Write bug reports with all the details, screenshots and a possible source of code problems.
A special template was prepared for this. You can report a bug by opening a new issue.

How to contribute code

I use GitHub to host code, to track issues and feature requests, as well as accept pull requests. Pull requests are the best way to propose changes to the codebase. I welcome your pull request. To do this, you need the following:

  • Create a new branch based on 'feature' or 'bug'.
  • Implement your changes.
  • Clear your code.
  • Release pull request!

Any contributions you make will be under the MIT Software License

When you submit code changes, your submissions are understood to be under the same MIT License that covers the project.