Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 425 Bytes

CONTRIBUTE.en.md

File metadata and controls

16 lines (11 loc) · 425 Bytes

How to contribute

  • Fork the repository.
  • Select the issue you want to be responsible for.
  • Make the necessary changes.
  • Create a pull request and wait for acceptance.

Commit pattern

When performing a commit to fix an issue, you can use the keywords fix, close followed by the issue ID e.g. #1 and its description. For example:

"[fix #1]: Corrigindo bug de divisão por zero."

#1 the issue code.