A simple and basic user-friendly calculator for arithmetic calculations.
โญ This repository is made for beginners who are looking for a beginner-friendly repository to start open source contributions!
โญ Feel free to use this project to make your first contribution to an open-source project on GitHub.
โญ Star this repository for a better reach!
A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source.
-
To qualify for digital rewards by Hacktoberfest, you must register for the event and make four Pull Requests (PRs) between October 1-31, 2023 (in any time zone).
-
Pull requests can be made in any GitHub or GitLab hosted project thatโs participating in Hacktoberfest (look for the โhacktoberfestโ topic).
-
The first 50,000 participants to have their first PR/MR accepted will have a tree planted in their name through Tree Nation
To contribute to our Basic-Calculator:
-
Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your GitHub account. ๐ด
-
Clone Your Fork: Clone the forked repository to your local machine using Git. ๐ฅ๏ธ
git clone https://github.com/yourusername/Basic-Calculator.git
-
Create a Branch: Create a new branch for your contribution under the respective folder. ๐ฟ
git checkout -b <user-name>
โญ Follow few steps while updating the file .
-
add new feature (like add more operators, backspace_button,...) or rectify/fix any issue if may anything exist according to your interest.
-
while updating the file make sure about the file currently upadated or not.
-
Make your changes
-
save file & you all done!
-
Commit Your Changes: Commit your changes with a descriptive commit message. ๐ฌ
git commit -m "--Added or fix this--"
-
Push to Your Fork: Push your changes to your GitHub fork. ๐
git push origin <your-branch>
โญ๏ธYou are done go aheaed and make your pull request.
-
Open a Pull Request: Submit a Pull Request (PR) to the main repository under the respective category. Include a clear title and description of your changes. ๐ฏ
-
Review and Merge: We will review your PR, and if it meets our guidelines, it will be merged into the main repo. ๐ค
As a first step, please consider giving our repository a โญ๏ธ to show your support! ๐
'''
To get approval of the pull request much quicker and faster (`Follow Me`)๐
'''
Happy contributing and all the best for hacktoberfest! ๐ป๐๐
โญ๏ธDon't make any other changes in the code! If you find any bug or have a feature suggestion, feel free to raise an issue.
Md Tajuddin