Skip to content

Commit 06c896c

Browse files
committed
docs: Resolve Markdown linting errors in contribution guide: blank lines surrounding fenced code blocks.
1 parent 56a5eb3 commit 06c896c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,14 @@ For minor fixes (typos, small corrections):
9898

9999
1. **Fork**: Click the "Fork" button on GitHub to create your own copy of the repository
100100
2. **Clone your fork**:
101+
101102
```bash
102103
git clone https://github.com/YOUR-USERNAME/template-github-copilot.git
103104
cd template-github-copilot
104105
```
106+
105107
3. **Add upstream remote** (to keep your fork synchronized with the original repository):
108+
106109
```bash
107110
git remote add upstream https://github.com/Capgemini/template-github-copilot.git
108111
```

0 commit comments

Comments
 (0)