Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.77 KB

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 1.77 KB

Contribution guidelines

You can contribute to this project by:

  • creating issues to report a bug, request a feature or ask a question;
  • opening pull requests with improvements to the documentation or the code;
  • participating in discussions.

The following websites can provide tips and guidance on how to contribute to open source projects:

Please do your best to communicate the necessary context so your contribution can be easily understood by other persons, and don’t be afraid if you struggle with English or if you are not sure about what you are doing.

Markdown flavor

Supported by Vitepress, this blog uses an extended flavor of Markdown. Here are the rules:

Bug reports

When reporting a bug, here are the informations you can provide to help other persons to help you:

  • technical context like operating system version, browser version, screen reader version;
  • a clear description of the issue you are facing, with the steps that could help to reproduce the issue.

Pull requests

Before submitting code, the changes you bring should respect the code styles defined using EditorConfig.