💪 How to Contribute #1
Pinned
x-0o0
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I welcome and appreciate contributions from the community. If you find a bug, have a feature request, or want to contribute code, please submit an issue or a pull request on our GitHub repository freely.
How to Pull Request
The process for contributing to a public repository in GitHub starts by forking the repository, then pushing the change onto the forked, then creating a pull request onto the original repository. After that comes the role of the project owner to review and take action (merge/decline) of the requested code change.
Here is theBEST reference for your first contribution:
👉🏼 GitHub: first-contributions
How to Add ChatUI as Local Swift Package
If you want to use a Swift package that you worked on locally before pushing/distributing it, please see link below:
👉🏼 Q&A: How to add ChatUI as local package (Screenshots also)
What's Suggested Branch Management
The ChatUI repository recommends GitHub flow as its branch management. This is a lightweight, branch-based workflow where you create a new branch from the main branch, do your work, submit a Pull Request, and if approved, merge into the main branch.
Beta Was this translation helpful? Give feedback.
All reactions