Skip to content

Adarsh-Saurabh/Stone-Paper-Scissor-Model-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉

HacktoberFest 2023

Contributors of Hacktoberfest 2023

This Project Is Perfect For Your First Pull Request

🗣 Hacktoberfest encourages participation in the open-source community, which grows bigger every year. Complete the challenge and earn a limited edition T-shirt.

📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS 🔥.

Hacktober Badge Star Badge Contributions

Pull Requests Badge GitHub contributors License Badge

INSTRUCTIONS-

  • Fork this Repository using the button at the top on the right corner.
  • Star this repository
  • Clone your forked repository to your Github
  • Create a clone in your local computer
  • Change the project directory
  • Install Python
  • Install Flask
  • Install requirements.txt [ pip install -r requirements.txt ]
  • Run the app [ python app.py ]

The app should now be running locally at http://localhost:5000/


## Features - Play Stone Paper Scissor against the computer. - Keep track of your score. - Beginner-friendly project. - Easy-to-follow rules and gameplay.

How to Create a Pull Request

Follow these steps to create a pull request (PR) in this repository and contribute to HacktoberFest 2023:

  1. Fork the Repository: Click the "Fork" button at the top right of this repository's page. This will create a copy of the repository in your GitHub account.

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

  3. Create a New Branch: Create a new branch for your changes. Give it a meaningful name related to the feature or fix you're implementing:

  4. Make Changes: Make your desired changes in the repository. This could be adding your profile, contributing code, fixing issues, or anything else.

  5. Commit Changes: Once you've made your changes, commit them with a clear and concise commit message:

  6. Push to Your Fork: Push the changes to your forked repository on GitHub:

  7. Create a Pull Request: Go to the original repository (the one you forked from) and you should see a "Compare & Pull Request" button. Click on it.

  8. Describe Your Changes: Fill out the pull request form, providing a clear and concise description of your changes. Be sure to reference any related issues or explain the purpose of your PR.

  9. Review and Submit: Review your pull request one last time, and if everything looks good, click the "Create Pull Request" button.

  10. Wait for Approval: Contributors and maintainers of the repository will review your PR. If they have any feedback or changes to request, they will leave comments on the PR. Make the necessary adjustments as needed.

  11. Merging: Once your PR is approved, a maintainer of the repository will merge it into the main branch. Congratulations, you've successfully contributed to HacktoberFest 2023!

Celebrate - you've done your first pull request!!

'''
Always make more than 4 pull requests.
Let's say you have made only 4 pull requests to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and 
then you have the remaining 3 valid pull requests if these projects are not excluded.
If you fail to make 4 pull requests then you can't get swags or t-shirts.
I will recommend you make a pull request to your own repo which is very very safe for you.
Keep in mind that the repo has hacktoberfest topic.
'''

+ Follow Me : Quick Approval of Pull Request


Adarsh Saurabh