Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 2.04 KB

CONTRIBUTING.md

File metadata and controls

62 lines (36 loc) · 2.04 KB

Contributing to Websico

Thank you for considering contributing to Websico! We appreciate your interest in making our project better. Please take a moment to review the following guidelines before getting started.

Code of Conduct

Websico follows the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to hello@thintry.com.

How to Contribute

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine:
git clone https://github.com/mrsajadpp/websico.git
  1. Create a new branch for your contribution:
git checkout -b feature/your-feature
  1. Make your changes and commit them:
git commit -m "Add your feature or fix"
  1. Push your changes to your fork:
git push origin feature/your-feature
  1. Open a pull request from your fork to the main Websico repository. Provide a clear and concise description of your changes.

Code Style

Please follow the existing code style in the project. If there's a specific style guideline, it will be mentioned in the project documentation.

Testing

If you're adding new features or modifying existing ones, please include relevant tests. Ensure that all existing tests pass before submitting a pull request.

Documentation

Update the documentation if your changes introduce new features or modify existing ones. Make sure that the documentation is clear and easy to understand.

Issues and Bug Reports

If you find any bugs or issues, please check the existing issues on GitHub before submitting a new one. If you're reporting a bug, please provide detailed steps to reproduce the issue.

Feature Requests

If you have an idea for a new feature or improvement, feel free to open an issue on GitHub. We appreciate your input and feedback.

Contact

For any further questions or assistance, please contact us at hello@thintry.com.

Thank you for contributing to Websico! 🚀