Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 892 Bytes

File metadata and controls

31 lines (22 loc) · 892 Bytes

Contribute

How?

  1. Fork this repo
  2. Clone the forked repo to your local git clone https://github.com/fydemy/console.git
  3. Add new branch git checkout -b [feature]/[name]
  4. Commit git commit -m "feat: adding feature X"
  5. Push to your local repository git push origin [feature]/[name]
  6. Open up PR (Pull-Request) here! 🚀

Have any ideas or issues?

Go to the Issues tab and start to post with the description, expected action, and screenshot if applicable.

Commit Message

Use the Conventional Commits format for readability and consistency. For example:

  • feat: add login feature
  • fix: bug fixing at the profile page
  • docs: update README
  • chore: update dependencies

Any Questions?

Go to the Discussions tab or visit our Discord Community at fydemy.com! 🚀