AutoCareTag is designed to help vehicle service technicians steamline the process of logging, tracking and managing vehicle maintenance using NFC technology.
- Set up SSH access for this repository. Instructions here
- Clone the repository:
git clone [email protected]:slowburn-404/AutoCareTag.git
- Navigate to the project directory:
cd AutoCareTag/
- Open in Android Studio, build and run.
Please follow these guidelines:
- Create a Branch: Use a descriptive branch name for your feature or bug fix.
git checkout -b FEAT/your-feature-name
- Make Changes: Implement your changes and write clear and concise commit messages.
- Build Project
./gradlew clean build
- Linting: Run code quality checks and linting.
./gradlew ktlintCheck
./gradlew detekt
- Submit a Pull Request: Once you're done, push your branch to the remote repo and create a pull request to the main branch.
- Write Tests: If applicable, include tests for your changes to ensure functionality.
- Documentation: Update any relevant documentation to reflect your changes.