Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1.31 KB

File metadata and controls

42 lines (29 loc) · 1.31 KB

Contributing Guidelines

Your input is amazing! Making contributing to this project as easy and transparent as possible is one of the most important side, this includes:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Wanted changes

  • New features
  • Bug fixing
  • Better documentation
  • Fixing of spelling and grammatical issues

Unwanted changes

  • Whitespaces and punctuation changes
  • Word changes using synonyms
  • Entire rewrites of the project, or parts of the project - unless first approved by a maintainer

All code changes happen through pull requests

Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:

  1. Fork the repo and create your branch from main.
  2. Keep consistency with the current state of the codebase
  3. Format the code of the files properly.
  4. Issue that pull request!

Commit messages guidelines

This project uses Conventional Commits 1.0.0 hence your commit messages must follow the same convention or your contributions will be ignored, refused or assigned to another user or maintainer.

License

Your submissions are understood to be under the same MIT License that covers the project.