This repository was archived by the owner on May 2, 2024. It is now read-only.
💪 How to Contribute #2
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
Uh oh!
There was an error while loading. Please reload this page.
-
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 the Satellite as Local Swift Package
If you want to use a Swift package that you worked on locally before pushing/distributing it, please see reference below:
👉🏼 How to add dependency with local package (Screenshots also)
What's Suggested Branch Management
The Satellite 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