Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.91 KB

CONTRIBUTING.md

File metadata and controls

39 lines (20 loc) · 1.91 KB

Improved Barnacle Contribution Guidelines

Introduction

Thank you for considering contributing to Improved Barnacle! As an open-source project, we value collaboration, transparency, and respectful behavior. These guidelines ensure a positive and inclusive environment for all contributors.

Code of Conduct

Before contributing, please review our Code of Conduct. We expect all participants to follow these principles.

How to Contribute

  1. Fork the Repository: Start by forking the Improved Barnacle repository to your GitHub account.

  2. Clone the Repository: Clone your forked repository to your local machine using git clone.

  3. Create a Branch: Create a new branch for your contribution using a descriptive name (e.g., feature/my-awesome-feature).

  4. Make Changes: Write your code, documentation, or other contributions. Follow the existing coding style and conventions.

  5. Test Your Changes: Ensure your changes work as expected and do not break existing functionality.

  6. Commit and Push: Commit your changes with clear commit messages and push them to your forked repository.

  7. Create a Pull Request (PR): Open a PR from your branch to the main branch of Improved Barnacle. Provide a detailed description of your changes.

  8. Review and Iterate: Collaborate with maintainers and other contributors. Address feedback and make necessary adjustments.

  9. Celebrate!: Once your PR is merged, celebrate your contribution! 🎉

Licensing

By contributing to Improved Barnacle, you agree that your work will be licensed under the GPL-3.0 license. Make sure your contributions comply with this license.

Questions or Assistance?

If you have any questions or need assistance, feel free to reach out to the maintainers or create an issue.

Thank you for being part of the Improved Barnacle community! 🚀