Skip to content

Commit 19eba44

Browse files
authored
Update README.md
1 parent 8e5dbc3 commit 19eba44

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,27 @@ To run the backend API locally:
142142
dotnet run
143143
```
144144

145+
## Contributing
146+
147+
1. Fork the repository.
148+
149+
2. Create a new branch:
150+
```bash
151+
git checkout -b feature/your-feature
152+
```
153+
3. Make your changes.
154+
4. Commit your changes
155+
```bash
156+
git commit -a 'Add new feature'
157+
```
158+
5. Push to the branch
159+
```bash
160+
git push origin feature/your-feature
161+
```
162+
6. Create a new Pull Request.
163+
164+
## License
165+
This project is open-source and licensed under the [MIT License](https://opensource.org/license/mit).
145166
The API will be running at `https://localhost:5001` by default.
146167

147168
### API Documentation

0 commit comments

Comments
 (0)