Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 3.51 KB

README.md

File metadata and controls

101 lines (58 loc) · 3.51 KB

Basic-Calculator

A simple and basic user-friendly calculator for arithmetic calculations.

Welcome to Hacktoberfest #10 2023

Hacktoberfest Banner

⭐ 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!

What is Hacktoberfest? 🤔

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.

https://hacktoberfest.com/

A BIG Thanks To Our Contributors 🤝 🤝

Note 🔥

  1. 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).

  2. Pull requests can be made in any GitHub or GitLab hosted project that’s participating in Hacktoberfest (look for the “hacktoberfest” topic).

  3. The first 50,000 participants to have their first PR/MR accepted will have a tree planted in their name through Tree Nation

How to Contribute

To contribute to our Basic-Calculator:

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your GitHub account. 🍴

  2. Clone Your Fork: Clone the forked repository to your local machine using Git. 🖥️

    git clone https://github.com/yourusername/Basic-Calculator.git
    
  3. Create a Branch: Create a new branch for your contribution under the respective folder. 🌿

    git checkout -b <user-name>
    

Contribution Rules 🤍

⭐ Follow few steps while updating the file .

  1. add new feature (like add more operators, backspace_button,...) or rectify/fix any issue if may anything exist according to your interest.

  2. while updating the file make sure about the file currently upadated or not.

  3. Make your changes

  4. save file & you all done!

  5. Commit Your Changes: Commit your changes with a descriptive commit message. 💬

git commit -m "--Added or fix this--"
  1. 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.

  1. 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. 🎯

  2. Review and Merge: We will review your PR, and if it meets our guidelines, it will be merged into the main repo. 🤝

Like the Repository! ⭐️

As a first step, please consider giving our repository a ⭐️ to show your support! 🌟

+ Follow Me : } Quick Approval of Pull Request

'''
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