Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.38 KB

CONTRIBUTING.md

File metadata and controls

44 lines (33 loc) · 1.38 KB

Contributing

Thank you for considering contributing to the Icon Sets Pricing Card project! If you'd like to help improve this project, please follow these steps:

Steps to Contribute:

  1. Fork the repository:

    • Click on the Fork button at the top right of this page to create your own copy of the repository.
  2. Clone your fork:

    • Clone your forked repository to your local machine using the following command:
      git clone https://gitlab.com/Yashi-Singh-9/icon-sets-pricing-card.git
  3. Create a new branch:

    • Create a new branch for your feature or bugfix:
      git checkout -b my-feature-branch
  4. Make your changes:

    • Make your desired changes or improvements in the code.
  5. Commit your changes:

    • Stage and commit your changes:
      git add .
      git commit -m "Add a feature or fix a bug"
  6. Push your changes:

    • Push your changes to your fork:
      git push origin my-feature-branch
  7. Create a pull request:

    • Go to your forked repository on GitLab and click on Create Merge Request.
    • Provide a detailed description of the changes you made and why they should be merged.

By following these steps, you help contribute to the success of this project. Thank you for your support! 🎉