We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334e295 commit 7fbe7e3Copy full SHA for 7fbe7e3
CONTRIBUTING.md
@@ -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
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