Contribution Guidelines

Interested in contributing? Learn how you can contribute to the improvement of our themes.

Contribution Guidelines

Thank you for considering contributing to our Blogger themes! We appreciate your efforts to make our themes better. Before you get started, please take a moment to review the following guidelines.

Code of Conduct

This project and everyone participating in it are governed by our Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to our email address.

How to Contribute

  1. Fork the repository to your GitHub account.
  2. Create a new branch for your contribution:
    git checkout -b feature/your-feature
    
  3. Make your changes and commit them:
    git commit -m "Add your feature"
    
  4. Push your changes to your fork:
    git push origin feature/your-feature
    
  5. Open a pull request against the main branch of the main repository.

Code Style Guidelines

Please adhere to our code style guidelines. If you are unsure about the style, check the existing code for examples.

Testing

Ensure that your changes are thoroughly tested before submitting a pull request. Include tests where applicable.

Documentation

If your contribution introduces new features or changes existing functionality, update the relevant documentation in the Guide Directory.

Issues and Bug Reports

If you encounter any issues or want to report a bug, please use our issue tracker. Provide detailed information about the problem, including steps to reproduce it.

Feature Requests

For new features or enhancements, open an issue on the issue tracker with the "feature request" label.

Review Process

All contributions will be reviewed by the maintainers. Feedback will be provided, and changes may be requested before your contribution is accepted.

Attribution

Contributors will be credited in the projects Changelog. Make sure to add your name and a brief description of your contribution when submitting a pull request.

License

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

If you have any questions or need clarification on any of the guidelines, feel free to reach out to our email address.

Thank you for contributing to our Blogger themes and helping make them even better!