Contributions to Pumki UI are welcome!
How to Contribute
-
Fork the Repository: Click the āForkā button in the top right corner of the repository page.
-
Clone Your Fork: Clone your forked repository to your local machine.
git clone https://github.com/AnshSinghSonkhia/pumki-ui.git -
Create a Branch: Create a new branch for your contribution.
git checkout -b my-feature-branch -
Make Changes: Make your changes to the codebase.
-
Commit Your Changes: Commit your changes with a descriptive message.
git commit -m "Add my feature" -
Push Your Changes: Push your changes to your forked repository.
git push origin my-feature-branch -
Create a Pull Request š: Go to the original repository and create a pull request from your branch.
https://github.com/AnshSinghSonkhia/pumki-ui/pullsĀ
Code of Conduct
Please note that this project is released with a Code of ConductĀ .
By participating in this project, you agree to abide by its terms.
Last updated on