Thank you for considering contributing to ConnectVerse! Your contributions help shape an innovative and vibrant communication platform. Before you start, please take a moment to review the following guidelines.
Please note that this project adheres to the Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to [email protected].
Contributions come in various forms, from reporting issues and suggesting enhancements to submitting pull requests with code changes. Here's how you can get involved:
-
Report Issues: If you encounter a bug, inconsistency, or have a general suggestion, please open an issue on our issue tracker. Be sure to include a descriptive title and a clear explanation.
-
Feature Requests: Feel free to propose new features or improvements by creating an issue on the issue tracker. Describe the feature's purpose and how it would benefit the project.
-
Pull Requests: If you're interested in contributing code directly, fork the repository and create a pull request. Before submitting, ensure your code adheres to the existing coding style and passes tests. Provide a clear description of your changes and reference any related issues.
- Fork the repository by clicking the "Fork" button on the top right of the GitHub page.
- Clone your forked repository:
git clone https://github.com/WeMasterCoding/Groove
- Create a new branch for your changes:
git checkout -b feature-name
- Make your changes, following the coding style and guidelines.
- Commit your changes:
git commit -m "Brief description of your changes"
- Push the changes to your forked repository:
git push origin feature-name
- Create a pull request against the
main
branch of the original repository.
- Follow the coding style and conventions already established in the project.
- Write clear and concise commit messages.
- Make sure your code is well-documented and includes comments where necessary.
- Run tests locally to ensure your changes do not introduce regressions.
By contributing to ConnectVerse, you agree that your contributions will be licensed under the MIT License.
For questions or clarifications, please contact [email protected]. Join our community on our Discord server at https://discord.gg/A7cz3dtpFD.
We appreciate your efforts and look forward to collaborating with you to make Groove even better!