Thank you for considering contributing to Gym-Junkies! Please take a moment to review the guidelines below before making a contribution.
- Fork the repository
- Create a new branch for your contribution (e.g.
git checkout -b my-new-feature
) - Commit your changes (e.g.
git commit -m 'Add some feature'
) - Add upstream command to your fork (e.g.
git remote add upstream https://github.com/gabrysia694/Gym-Junkies
) - Push your changes to your fork (e.g.
git push origin my-new-feature
) - Create a pull request
- install dependencies
pnpm install
- run the app
pnpm dev
ornpm run dev
- Go to
src/DB/exerciseData.json
- Add the following code to the end of the file
{
"exercise": "Exercise Name",
"instructions": ["Instruction 1", "Instruction 2", "Instruction 3"],
"videoLink": " Youtube video link",
"gh-name": "Your Github username",
"image": "Excercise image link"
}
We have adopted a Code of Conduct that we expect all contributors to adhere to. Please read the CODE_OF_CONDUCT.md file in the repository before making any contributions.
If you find a bug or have a suggestion for improvement, please submit an issue on the repository's issue tracker. When submitting an issue, please provide as much detail as possible, including steps to reproduce the issue and any error messages you encountered.
Gym-Junkies is licensed under the MIT License. By contributing to this repository, you agree to license your contributions under the same license.
When you create a pull request, GitHub Actions will automatically run several tests. If any of these tests fail, it is up to you to address the underlying issue(s). You are responsible for resolving any merge conflicts that your pull request may have with the main branch, which GitHub will detect and notify you of. If you are uncertain about how to fix the problem, you can seek assistance. All pull requests will be reviewed by the repository maintainers. We will provide feedback and suggest changes if necessary. Once your pull request is approved, we will merge it into the main repository.
Thank you for contributing to Gym-Junkies! 🏋️♀️🏋️♂️