Skip to content

Commit e3bd923

Browse files
authored
Create CONTRIBUTING.md
1 parent c4c6891 commit e3bd923

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributing to Calculator
2+
3+
Thank you for your interest in contributing to MightyMines! We welcome all kinds of contributions, including bug fixes, feature requests, and improvements to documentation.
4+
5+
## How to Contribute
6+
7+
1. **Fork the Repository**: Click on the 'Fork' button on the top right corner of this repository to create a copy of the repository on your GitHub account.
8+
2. **Clone the Repository**: Clone your forked repository to your local machine using `git clone <your-forked-repo-url>`.
9+
3. **Create a New Branch**: Create a new branch for your feature or bug fix using `git checkout -b <branch-name>`.
10+
4. **Make Changes**: Make the necessary changes to the code.
11+
5. **Commit Changes**: Commit your changes using `git commit -m "Description of the changes made"`.
12+
6. **Push Changes**: Push your changes to your forked repository using `git push origin <branch-name>`.
13+
7. **Open a Pull Request**: Open a pull request to the main repository and provide a detailed description of your changes.
14+
15+
## Reporting Issues
16+
17+
If you encounter any issues or bugs, please report them in the [Issues section](https://github.com/PB2204/Calculator/issues) of this repository. Be sure to include detailed information about the issue and how to reproduce it.
18+
19+
## Code Style
20+
21+
Please follow the existing code style and conventions used in the project. Ensure that your code is well-documented and easy to understand.
22+
23+
## Code of Conduct
24+
25+
Please note that this project is released with a [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
26+
27+
28+
Thank you for contributing to Calculator!

0 commit comments

Comments
 (0)