Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 841 Bytes

File metadata and controls

19 lines (15 loc) · 841 Bytes

Contributing to Butler AI Chat App

How to contribute

  1. Check for already existing issues if you have a feature request.
  2. Open issues for any bugs or feature requests.
  3. Fork the repository.
  4. Create a new branch from dev branch for each issue.
  5. Make your changes.
  6. Merge the dev branch into your branch and resolve any merge conflicts.
  7. Link the branch to the issue with a pull request by mentioning the issue number #<issue_number>.
  8. Set reviewer on pull request.
  9. Discuss any problems or suggestions.
  10. Make changes if necessary.
  11. Congratulations! You have contributed to Butler!

Client

Client is written in Kotlin Multiplatform and follows the Kotlin Coding Conventions.