Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.21 KB

Contributing to Project

Thank you for considering contributing to this project! I welcome contributions from the community.

How to Contribute

Reporting Bugs

If you encounter a bug, please create an issue on GitHub with the following details:

  • A clear and descriptive title
  • A detailed description of the bug
  • Steps to reproduce the bug
  • Any relevant screenshots or code snippets

Suggesting Enhancements

If you have an idea to improve the project, please open an issue with the following details:

  • A clear and descriptive title
  • A detailed description of the enhancement
  • Any relevant mockups or examples

Submitting Pull Requests

To submit a pull request (PR):

  1. Fork the repository and create your branch from main.
  2. If you’ve added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Create your pull request, provide a clear description of your changes, and reference any related issues.

Code Style

Please follow the existing code style and conventions used in the project.

Code of Conduct

This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.

Thank you for contributing!