Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.55 KB

Contributing Guidelines

BiDiSentiment project is MIT licensed and accepts contributions via GitHub pull requests. This document outlines some of the conventions on development workflow, commit message formatting, contact points, and other resources to make it easier to get your contribution accepted.

Support Channels

The official support channels, for both users and contributors, are:

*Before opening a new issue or submitting a new pull request, it's helpful to search the project - it's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.

How to Contribute

Pull Requests (PRs) are the main and exclusive way to contribute to the official BiDiSentiment project. In order for a PR to be accepted it needs to pass a list of requirements:

  • Python code is formatted according to PEP8.
  • Go code is idiomatic, formatted according to gofmt, and without any warnings from go lint nor go vet.

Format of the commit message

The commit summary must start with a capital letter and with a verb in present tense. No dot in the end.

Add a feature
Remove unused code
Fix a bug

Every commit details should describe what was changed, under which context and, if applicable, the GitHub issue it relates to.