Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.11 KB

CONTRIBUTING.md

File metadata and controls

61 lines (46 loc) · 2.11 KB

Contributing to Google Developer Groups On Campus - Pillai College of Engineering, New Panvel

We’re excited that you want to contribute to our community! Your involvement is what makes this organization vibrant and valuable. Please follow the guidelines below to ensure a smooth contribution process.

🤝 How to Contribute

  1. Fork the Repository
    Click on the "Fork" button at the top right of the repository page to create your own copy of the project.

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

    git clone https://github.com/yourguthubusername/BadgeCardGenerator.git
  3. Create a New Branch
    Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name

    or for a bug fix:

    git checkout -b bugfix/your-bugfix-name
  4. Make Your Changes
    Make your desired changes in your local repository.

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

    git add .
    git commit -m "Add your descriptive message here"
  6. Push to Your Fork
    Push your changes to your forked repository:

    git push origin feature/your-feature-name
  7. Create a Pull Request
    Go to the original repository on GitHub and click on the "New Pull Request" button. Select your branch and submit your pull request for review.

🐛 Reporting Issues

If you encounter any issues or bugs, please open an issue in the repository. Include as much detail as possible, such as:

  • A descriptive title
  • Steps to reproduce the issue
  • Any relevant screenshots or logs

UI Reference Images

Below are the reference images for the UI of the badge generator and the badge itself:

Badge UI :

Overall UI :

📜 Code of Conduct

By participating in this community, you agree to abide by our Code of Conduct. We are committed to providing a welcoming and supportive environment for all contributors.

Thank you for contributing! Together, we can build a strong community and empower each other to learn and grow. 🚀