Thank you for your interest in contributing to Aether Datatypes! 🎉
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-datatypes.git
cd aether-datatypesgit checkout -b feature/new-awesome-featureUse a meaningful branch name (e.g., fix/string32-code-point-bugfix or feature/string-32-join).
- 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 thread-safe profiler 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!