Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.07 KB

Contributing Guidelines

Thank you for your interest in our project! This document provides guidelines for contributing to our project.

Reporting Issues

Found a bug? Want to propose a new feature? Please follow these steps:

  1. Check the issue tracker to see if the issue has already been reported.
  2. If it's a new issue, create a new one and describe it in as much detail as possible.
  3. Please Write Issues in English. Other Languages will be likely ignored.

Submitting Pull Requests

  1. Fork the project and create a new branch.
  2. Make your changes and commit them.
  3. Run the tests to ensure everything is working correctly.
  4. Submit a pull request.

Coding Style

  • Use 2 spaces for indentation.
  • Use camelCase for function and variable names.
  • Write comments above the code they describe.

Commit Messages

Please format your commit messages as follows: Types: feat, fix, docs, style, refactor, test, chore

Questions?

If you have any questions, please open an issue or contact the project maintainer in discord. (lae_)

Thank you for contributing to our project!