Contributing
Contributing to the Mods
We are always very grateful for any help, whether it's implementing additional compatibility, improving code, or translating mods.
However, please consider the following:
- Avoid overly aggressive changes
- Follow existing practices, methods, and naming conventions
- Document your changes
- Test your changes before pushing them to the main branch
Contributing to the Wiki
We welcome contributions to the Let's do Wiki! Whether you want to improve existing documentation, add new content, or fix typos, your efforts are appreciated. Here are some guidelines for contributing to the Wiki:
- Make sure to follow the same standards of clarity and accuracy that we strive for in our mod documentation.
- If you're unsure about how to format something, check existing pages for consistency.
- Feel free to suggest new topics or sections that could be beneficial to users on the GitHub Issues.
- You want to conteibute but you dont know what. Look what other Users suggest!
How to Contribute via GitHub
The Let's do project uses GitHub for version control and collaboration. Here’s a brief overview of how you can contribute:
- Fork the Repository: Click the "Fork" button on the top right of the repository page to create your copy of the project.
- Clone Your Fork: Clone your fork to your local machine using
git clone <your-fork-url>
. - Make Changes: Create a new branch for your changes using
git checkout -b your-branch-name
. Make your edits, and commit them with clear messages. - Push Changes: Push your changes back to your fork using
git push origin your-branch-name
. - Create a Pull Request: Go to the original repository and click on the "Pull Requests" tab. Click "New Pull Request," select your branch, and describe your changes.
For more detailed instructions on using GitHub, you can refer to the GitHub Docs.
Where to Find the Repositories
You can find the source code for all our mods linked on their respective mod pages. For direct access, you can visit the following repositories:
- The profile of satisfyu for individual mod repositories.
- The Let's do Team for the DoAPI and the Wiki repositories.
Feel free to explore these links to discover and contribute to our projects!
Thank you for contributing to the Let's do Project! ❤️