Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

44 lines (25 loc) · 1.72 KB

Contributing to BuildLab

Thank you for considering contributing to BuildLab! We welcome contributions from the community and are excited to work with you.

How to Contribute

Reporting Bugs

If you find a bug, please report it by opening an issue on our GitHub Issues page. Include as much detail as possible to help us diagnose and fix the issue quickly.

Suggesting Features

We are always looking for ways to improve BuildLab. If you have a feature request, please open an issue on our GitHub Issues page and describe the feature in detail.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Ensure your code follows our coding standards and passes all tests.
  5. Commit your changes and push your branch to your fork.
  6. Open a pull request on our GitHub Pull Requests page.

Code Style

Please follow the coding style used in the project. This includes indentation, naming conventions, and documentation.

Testing

Ensure that your changes do not break existing tests and add new tests for any new functionality.

Documentation

Update the documentation to reflect your changes. This includes updating the README.md and any other relevant documentation files.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Getting Help

If you need help, feel free to reach out by opening an issue or joining our community chat.

Thank you for contributing to BuildLab!