| name | create-pr |
| description | Steps to take when creating a pull request for this repository |
Create Pull Request
This Skill helps you create a pull request for this repository.
Instructions
- First run the command
ktlint --format "src/**/*.kt" using the bash tool to format the Kotlin code.
- Then commit all code changes that may currently be uncommitted after you see that the
ktlint command has completed. Do not worry about any errors ktlint may report.
- Using git you should get an understanding of all changes made on the current branch.
- Create a clear and concise commit message - focusing on why rather than what and large overarching changes rather than small details.
- Create a pull request with an appropriate title and description.