Return Home

Contributing to DrippiGG

We’re excited that you want to contribute! Follow the steps below to get started:

Steps to Contribute

1. Create a new branch for your feature or bugfix:

git checkout -b my-feature-branch

2. Make your changes and commit them with clear messages:

git add .
git commit -m "Description of changes"

3. Push your changes to your fork:

git push origin my-feature-branch

4. Submit a pull request to the main repository.


Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct - coming soon!. We are committed to maintaining a welcoming and respectful environment for everyone.


Questions?

If you have any questions about contributing or need help getting started, feel free to reach out to us on Discord - coming soon! or by opening an issue on GitHub.


Thank you for your interest in DrippiGG! Your contributions make a huge difference.

Return Home