Skip to content

Commit 7fbe7e3

Browse files
authored
Create CONTRIBUTING.md (#4)
Signed-off-by: Mitul Shah <[email protected]>
1 parent 334e295 commit 7fbe7e3

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contributing to Golang REST API Microservice Template
2+
3+
Welcome! 🎉 Thank you for considering contributing to this project.
4+
We appreciate your time and effort to help improve this microservice.
5+
6+
## 🚀 Getting Started
7+
8+
### **1. Fork the Repository**
9+
Click the "Fork" button at the top-right corner of this repository to create your own copy.
10+
11+
### **2. Clone Your Fork**
12+
```sh
13+
git clone https://github.com/MitulShah1/golang-rest-api-template.git
14+
cd golang-rest-api-template
15+
```
16+
### **3. Set Up Upstream (Optional)**
17+
```sh
18+
git remote add upstream https://github.com/MitulShah1/golang-rest-api-template.git
19+
git fetch upstream
20+
git merge upstream/main
21+
```
22+
23+

0 commit comments

Comments
 (0)