Thank you for your interest in contributing to Frifty. Regardless of the size of the contribution you make, all contributions are welcome and are appreciated.
If you are new to contributing to open source, please read the Open Source Guides on How to Contribute to Open Sourcearrow-up-right.
If you are ready to start contributing code right away, we have a list of good first issuesarrow-up-right that contain issues with a limited scope.
Code contributions to Frifty come in the form of pull requests. These are done by forking the repo and making changes locally.
The process of proposing a change to Frifty can be summarized as:
Fork the Frifty repository and branch off main.
main
The repository can be cloned locally using git clone <forked repo url>.
git clone <forked repo url>
Make the desired changes to the source.
Run the app and test your changes.
Last updated 3 years ago