Skip to content

The "Chrome-Gaming-Certification" GitHub repository by ChromeGaming is focused on a certification process for Chrome Gaming.

License

Notifications You must be signed in to change notification settings

GautamAnjali569/Chrome-Gaming-Certification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The "Chrome-Gaming-Certification" GitHub repository by ChromeGaming is focused on a certification process for Chrome Gaming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.1%
  • JavaScript 34.6%
  • CSS 27.3%