Skip to Content
šŸŽ‰Introducing Pumki UI
Contributing

Contributions to Pumki UI are welcome!

How to Contribute

  1. Fork the Repository: Click the ā€œForkā€ button in the top right corner of the repository page.

  2. Clone Your Fork: Clone your forked repository to your local machine.

    git clone https://github.com/AnshSinghSonkhia/pumki-ui.git
  3. Create a Branch: Create a new branch for your contribution.

    git checkout -b my-feature-branch
  4. Make Changes: Make your changes to the codebase.

  5. Commit Your Changes: Commit your changes with a descriptive message.

    git commit -m "Add my feature"
  6. Push Your Changes: Push your changes to your forked repository.

    git push origin my-feature-branch
  7. 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