We would love to have improvements to the app! There are a few key ways you can help us improve our projects:
- Before creating any new issue, its good if you Take a look at the existing Issues or create a new issue
- Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
- Create a Pull Request (PR), which will be reviewed and given suggestions for improvements by the maintainer.
- Add screenshots or screen captures to your Pull Request to help us understand the changes made by you in PR.
- Fork the project eduJam
- Clone the newly forked project
git clone https://github.com/<your-github-username>/eduJam
- Create a new branch
git checkout -b new-feature
- Make the appropriate changes in the files (git add .)
- Add changes to reflect the changes made
- Commit the changes
git commit -m 'commit message'
- Push to the branch
git push
- Create a Pull Request!
Congratulations! You've made your first contribution to eduJam! 🚀 🥳