Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.32 KB

CONTRIBUTING.md

File metadata and controls

65 lines (43 loc) · 2.32 KB

Contributing Guidelines

Thank you for considering contributing to this project! Please take a moment to review the following guidelines.

Table of Contents

Code of Conduct

This project and its community follow the Contributor Covenant Code of Conduct. By participating in this project, you are expected to uphold this code.

How to Contribute

Contributions are welcome from everyone. For major changes, please open an issue first to discuss what you would like to change.

To get started, please follow these steps:

  1. Fork the repository.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your changes and commit them with a descriptive commit message.
  5. Push your changes to your forked repository.
  6. Open a pull request to this repository.

Submitting Changes

Before submitting changes, please ensure the following:

  • Your code follows the coding standards (see Coding Standards).
  • Your changes are thoroughly tested.
  • Your changes do not break the existing functionality.
  • Your commits have descriptive commit messages.

Coding Standards

Please follow the existing coding standards in this project. If you are unsure, refer to the existing codebase or ask for clarification.

Issue and Bug Reports

If you encounter an issue or a bug, please create a new issue and include the following information:

  • Description of the issue or bug.
  • Steps to reproduce the issue or bug.
  • Expected behavior.
  • Actual behavior.
  • Your environment (e.g. operating system, version of the project, etc.)

Feature Requests

If you would like to request a new feature, please create a new issue and include the following information:

  • Description of the feature.
  • Why the feature is needed.
  • Possible implementation options (if known).

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.