Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

50 lines (32 loc) · 1.97 KB

Contribution Guidelines

Thank you so much for taking the time to contribute!

The following is a set of guidelines for contributing to any of our projects, which are hosted in the Bizneo Organization on GitHub. Feel free to propose changes to this document in a pull request.

Table Of Contents

Code of Conduct and Values

How Can I Contribute?

Styleguides

Code of Conduct and Values

Please note that this project is released with a Contributor Code of Conduct and company's values. By participating in this project you agree to abide by its terms.

How Can I Contribute?

When contributing to this repository, please first discuss the change you wish to make via issue.

Your First Contribution

You can start by looking through these beginner-friendly, good-first-issue and help-wanted issues:

  • [Beginner issues][beginner-friendly] — issues for less seasoned contributors.
  • [Good first issue][good-first-issue] — an easy way to establish initial contact with our projects.
  • [Help wanted issues][help-wanted] — issues which should be a bit more involved than beginner-friendly issues.

Pull Requests

  • Fill in the pull request template.
  • Do not include issue numbers in the PR title.
  • Include screenshots and animated GIFs in your pull request whenever possible.
  • End all files with a newline.

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature").
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...").
  • Limit the first line to 72 characters or less.
  • Reference issues and pull requests liberally after the first line.