Closed emmanuel-ferdman closed 1 month ago
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #[issue number]
Description Small PR. Commit faea544941d78250b8607f57ddd6d52a95baf5fe moved the location of the contributing file. This PR adjusts sources to changes.
Alternative(s) considered
Type Documentation
Screenshots (if applicable)
Checklist
./gradlew spotlessApply
./gradlew spotlessCheck
./gradlew check
./gradlew connectedCheck
@jingtang10 thanks for review. Removed the Feedback and getting help section as requested
Feedback and getting help
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #[issue number]
Description Small PR. Commit faea544941d78250b8607f57ddd6d52a95baf5fe moved the location of the contributing file. This PR adjusts sources to changes.
Alternative(s) considered
Type Documentation
Screenshots (if applicable)
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.