Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.35 KB

CONTRIBUTING.org

File metadata and controls

36 lines (23 loc) · 1.35 KB

Contributing

On repositories

The canonical git repository of this package is https://git.umaneti.net/flycheck-grammalecte/

Before sending any patch, please ensure your work is correctly rebased on the main branch of this repository.

However, some other mirrors exists in order to ease participation:

Pull/merge requests or issues are accepted on all of these mirrors.

For historical reason, a last repository exists on Gitlab. Please, avoid to use it to contribute and prefer Github or Framagit. Thanks.

On commit style

This project try to follow the conventionnal commits guidelines.

As issues may be tracked on various websites, please don’t use abbreviated issue reference like Fixes: #42, but instead use full URL references, like:

Fixes: https://github.com/milouse/flycheck-grammalecte/issues/6

Try your best to respect the character limits described in the Tim Pope blog post: 50 chars for the first line, 72 chars after. Thank you.

In any case, don’t hesitate to look at the previous git commits to find live examples.