We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a5eb3 commit 06c896cCopy full SHA for 06c896c
1 file changed
CONTRIBUTING.md
@@ -98,11 +98,14 @@ For minor fixes (typos, small corrections):
98
99
1. **Fork**: Click the "Fork" button on GitHub to create your own copy of the repository
100
2. **Clone your fork**:
101
+
102
```bash
103
git clone https://github.com/YOUR-USERNAME/template-github-copilot.git
104
cd template-github-copilot
105
```
106
107
3. **Add upstream remote** (to keep your fork synchronized with the original repository):
108
109
110
git remote add upstream https://github.com/Capgemini/template-github-copilot.git
111
0 commit comments