Skip to content

walidAITLHAJ/Air_quality_plateform

Repository files navigation

Hacktober

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

A repository to share command line games and learn about open source code contributions flow.

You can contribute in different languages like C, C++, Python, Java, JS, Ruby, etc. Just put the code in the right directory (or create one if doesn't exist). We prefer well documented code, please read the CONTRIBUTING.md

🔥 How to contribute 🔥

  1. 🌟 Star this repository.

  2. Fork this repo, read how to fork repo

  3. Clone the project to your local machine

git clone https://github.com/walidAITLHAJ/Air_quality_plateform.git

#where this-is-you is your GitHub username
  1. Create branch, ex: pythongame. Never use the master branch to create PR.
  git checkout -b <branch-name>
# <branch-name> : ex pythongame
  1. Add your game file (ex:snake.py) on the following Python/ directory in that branch.

  2. Commit changes and push

git add .

#Now commit those changes using the git commit command:
git commit -m "Add Snake game to Python folder"

#push

git push origin <branch-name>
  1. Create Pull-Request to master branch in this repository, read how creating PR

  2. Have fun and welcome to open source world.

Looking forward to your PRs!!!

Please consider contributing to it if you think your code could help the Open Source Community :)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published