Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 2.88 KB

File metadata and controls

49 lines (27 loc) · 2.88 KB

Contribution Guidelines

Thank you for your interest in contributing to this project! We value the contributions of each person and are excited to have you as part of this project. Below, you will find the guidelines for contributing. These are meant to ensure a productive and respectful environment for everyone involved.

Getting Started

Before you begin, please ensure you have read the README.md file. It contains important information about the project, including how to set it up and run it locally.

How to Contribute

Contributing to this project can be in various forms, such as:

  • Submitting bug reports or feature requests in the Issues section.
  • Working on existing issues or feature requests.
  • Adding documentation or improving existing documentation.
  • Submitting pull requests with code changes.

Reporting Bugs or Requesting Features

When reporting bugs or requesting features, please start by checking the Issues section to see if it has already been reported or requested. If it is new, open a new issue and provide as much detail as possible. For bugs, include steps to reproduce the issue, the expected outcome, and the actual outcome.

Pull Requests

To contribute with code or documentation:

  1. Fork the Repository: Start by forking the repository and then cloning it locally to make changes.

  2. Create a Branch: Create a branch for your modifications. Use a clear and descriptive name, such as fix-issue-1 or add-feature-x.

  3. Make Your Changes: Make the necessary changes in your branch. Please keep your changes focused on a single issue or feature to keep the pull request clear and manageable.

  4. Follow the Style Guides: Ensure your code follows any coding style guides or patterns used in the project.

  5. Write Meaningful Commit Messages: Write clear, concise commit messages that explain your changes well.

  6. Test Your Changes: Before submitting your pull request, make sure your changes do not introduce any breaking changes and add any relevant tests if necessary.

  7. Submit a Pull Request: Push your changes to your fork and then submit a pull request to the main project. Provide a clear description of the problem and solution, including any relevant issue numbers.

Code Review Process

Your pull request will be reviewed by the maintainers of the project. They may suggest changes or improvements to your contribution. This is a normal part of the process; we encourage you to engage in a discussion about how to best improve your contribution.

Conduct

We are committed to providing a welcoming and inclusive experience for everyone. We expect all contributors to adhere to our Code of Conduct. Please read Code of Conduct to understand what is expected of participants.

Questions?

If you have any questions or need further clarification about contributing, please open an issue with your question.