Thank you for your interest in contributing to Rush! We appreciate your support.
- Fork the Repository: Fork the repository to your own GitHub account.
- Create a Branch: Create a new branch from
devfor your feature or bug fix. Use a descriptive name, such asfeat/add-new-featureorfix/resolve-issue-123. - Make Your Changes: Make your changes to the codebase.
- Submit a Pull Request: Once you're ready, submit a pull request from your branch to the
devbranch of the main repository. Please reference the issue you created in your pull request description.
- Ensure your code follows the existing style and conventions.
- Write clear and concise commit messages.
- Make sure your changes are well-tested.
I'll review your pull request as soon as possible. Thank you for your contribution!
- Expose a
Modifierfor each composable - Write Previews for significant composables (components, etc.), Make it a private function in the same file as the composable
- Run spotless
./gradlew spotlessApplybefore making a commit