This repo is part of the inspirezone.tech community portfolio of projects located on our GitHub page
Inspirezone is an online tech blog and community that focuses on encouraging developers of all levels of experience to improve their skills through online collaboration.
Consider joining the inspirezone community here! You don't have to join to contribute to this project. However, joining will give you a number of advantages such as:
- Access to member exclusive channels on the inspirezone Discord server
- Join in discussions with other members and take part in events
- Be part of an accountability group that will encourage you to code more
- Get notified of other projects and activities within our community
- It's fun to improve your skills by working with others!
- Make sure you've read the README on this repo first
- Then follow the challenge rules and code up your entry!
- Create your README.md file with instructions for your program. This includes: required installations, libraries, dependencies, how to execute the program.
- Create a folder named with your GitHub username and place it on the root of the repo e.g.
your-github-name/
- Place your source files and README.md inside the folder e.g.
your-github-name/your-code.py
your-github-name/README.md
- You're now ready to submit your entry!
Please use pull requests to submit your contribution.
If you're new to opensource and contributing, for a bit of help getting started see this post on the inspirezone blog:
A beginner friendly guide to making your first open source contribution.
1. Fork this repo. Click on the fork icon on this repo to create a copy of it on your GitHub profile
git clone https://github.com/your-github-username/Calculator-Challenge-Inspirezone.git
git remote add upstream https://github.com/inspirezonetech/Calculator-Challenge-Inspirezone.git
git pull upstream main
git checkout -b your-branch
git commit -m "commit message describing change"
git push origin your-branch
8. Create a Pull Request. Go to your Fork on GitHub and create a pull request to this repo on GitHub. Then fill in the PR submission form before submitting
By contributing to this repo, you agree that your contributions will be licensed under its MIT License.