- Create your feature branch:
git checkout -b feat/my-awesome-port
- Be sure to add you to the contribution list in your port readme, such as:
# Contributors <table> <thead> <tr> <td valign="bottom"><p align="center"> <a href="https://github.com/your-username"> <img src="https://github.com/your-username.png?size=100" align="center" /> </a> </p></td> {{{ author-thead }}} </tr> </thead> <tbody> <tr> <td><a href="https://github.com/your-username">Your name</a></td> {{{ author-tbody }}} </tr> </tbody> </table>
- Build only your port:
yarn build only my-awesome-port
- Add, commit and send your changes:
git add . git commit -m "feat(port): add my-awesome-port" git push origin feat/my-awesome-port
- Now, on GitHub, start the Pull Request creation and in the body of the pull request do the following things:
- Put a link to the icon of the app that your port is related to
- Attach a screenshot with a good zoom in fullscreen showing your port in action
- Create the pull request
Yay! That's it!
Thank you so much for your contribution! 🥳