Skip to content

Commit 29c68a7

Browse files
authored
Update README.md
Added Contribution option
1 parent f898f6a commit 29c68a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,14 @@ Run the Calculator.java file to start the application.
1010
## USAGE -
1111

1212
The calculator application can perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The user can enter two numbers and choose which operation to perform. The operation's outcome will be displayed on the screen.
13+
14+
15+
## CONTRIBUTING -
16+
17+
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
18+
19+
1. Fork this repository.
20+
2. Create a new branch with your changes: ` git checkout -b my-feature-branch.`
21+
3. Commit your changes: `git commit -m "Add my feature".`
22+
4. Push to the branch: `git push origin my-feature-branch.`
23+
5. Create a new pull request and describe your changes.

0 commit comments

Comments
 (0)