Thank you for your interest in contributing to Aether Pack! 🎉
We welcome all contributions, whether it's fixing bugs, adding features, improving documentation, or helping with discussions.
- Click the Fork button at the top of the repository.
- Clone your fork:
git clone https://github.com/aether-framework/aether-pack.git
cd aether-packgit checkout -b feature/new-awesome-featureUse a meaningful branch name (e.g., fix/decryption-bug or feature/new-compression-integration).
- Follow the coding style of the project.
- Write tests if applicable (
src/test/java). - Ensure the build is successful (
mvn clean package).
git add .
git commit -m "Added new awesome feature"
git push origin feature/new-awesome-feature- Go to the Pull Requests tab in the repository.
- Click New Pull Request.
- Select your branch and describe your changes.
- Wait for a review and feedback!
- ✅ Keep PRs small and focused.
- ✅ Include clear commit messages.
- ✅ Make sure tests pass before submitting.
- ✅ Discuss major changes in an issue before implementation.
- ✅ Be respectful in discussions and code reviews.
If you have any questions, feel free to open an Issue or join our Discussions section.
🚀 Happy Coding!