Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 3.62 KB

README.md

File metadata and controls

91 lines (67 loc) · 3.62 KB

How to Contribute in Project



About Us:

The "Chrome-Gaming-Certification" GitHub repository by ChromeGaming is focused on a certification process for Chrome Gaming. The repository includes core web development files such as index.html, script.js, and styles.css. These files form the basis of the project's web interface and functionality, designed to assess and certify gaming performance or compatibility on Chrome.

Tech Stack Used:

HTML, CSS and Javascript and so on..

Sending a Pull Request

  1. Fork the Repository:

  2. Clone Your Fork:

    git clone https://github.com/your-username/Chrome-Gaming-Certification.git
    • Replace your-username with your GitHub username.
  3. Create a Branch:

    cd Chrome-Gaming-Certification
    git checkout -b your-branch-name
    • Replace your-branch-name with a descriptive name for your branch.
  4. Make Your Changes:

    • Edit the necessary files in your preferred code editor.
  5. Commit Your Changes:

    git add .
    git commit -m "Description of your changes"
  6. Push Your Changes:

    git push origin your-branch-name
  7. Create a Pull Request:

    • Go to your forked repository on GitHub.
    • Click the "Compare & pull request" button.
    • Provide a title and description for your pull request.
    • Click "Create pull request."

Thank You!

🎉 Huge thanks to all our amazing contributors! 🎉

Your effort and passion help make Chrome-Gaming-Certification awesome. Whether you're fixing bugs, adding features, or improving documentation, you're a crucial part of our community.

Keep on gaming, and happy coding! 🚀👾

- The Chrome Gaming Team

Our Contributors ❤️

Thank you for contributing to our repository

Contributors