- Fork this repo
- Clone the forked repo to your local
git clone https://github.com/fydemy/console.git - Add new branch
git checkout -b [feature]/[name] - Commit
git commit -m "feat: adding feature X" - Push to your local repository
git push origin [feature]/[name] - Open up PR (Pull-Request) here! 🚀
Go to the Issues tab and start to post with the description, expected action, and screenshot if applicable.
Use the Conventional Commits format for readability and consistency. For example:
feat: add login featurefix: bug fixing at the profile pagedocs: update READMEchore: update dependencies
Go to the Discussions tab or visit our Discord Community at fydemy.com! 🚀