Thanks for contributing! We appreciate any support and look forward to your contributions.
-
Fork this repository to your own GitHub account.
Click here to fork the repository. -
Create a new branch for your changes. Use a descriptive name, such as
feature/feature-nameorfix/fix-name. -
Using Prettier is necessary. Make sure that your code is properly formatted with Prettier. You can format your code by running
npm run format. -
Commit your changes with a clear and concise commit message. Follow good Git commit message practices, such as using prefixes like
feat,fix,refactor,perf,style,test,docs,build,opsorchoreClick for example here to learn more about basic conventions.
-
Go to the original repository and create a new pull request.
-
Provide a descriptive title and detailed description of your changes in the pull request.
For any help or questions, please open a new GitHub issue.
Thank you for your contributions!