Skip to content

Commit 4a99196

Browse files
chore: remove semantic commit message hint
1 parent 5e27cd6 commit 4a99196

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Thank you for helping improve Cosmify Docs! Here’s how you can contribute:
2020
yarn dev
2121
```
2222
Preview changes at `http://localhost:3000`.
23-
6. **Commit & Push** (Follow [Semantic Commit Messages](https://www.conventionalcommits.org/en/v1.0.0/)):
23+
6. **Commit & Push**:
2424
```bash
2525
git add .
2626
git commit -m "feat: update documentation structure"

content/docs/2.community/contribute-docs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,28 @@ description: "Thank you for helping improve Cosmify Docs! Here’s how you can c
88
1. **Fork the Repository**: Click `Fork` at the top-right of [this repo](https://github.com/cosmify-dev/docs).
99

1010
2. **Clone Your Fork**:
11+
1112
```bash
1213
git clone https://github.com/your-username/docs.git
1314
cd docs
1415
```
1516

1617
3. **Install Dependencies**:
18+
1719
```bash
1820
yarn install
1921
```
2022

2123
4. **Make Changes**: Edit the necessary files inside the `content` folder.
2224

2325
5. **Run Locally**:
26+
2427
```bash
2528
yarn dev
2629
```
2730
Preview changes at `http://localhost:3000`.
2831

29-
6. **Commit & Push** (Follow [Semantic Commit Messages](https://www.conventionalcommits.org/en/v1.0.0/)):
32+
6. **Commit & Push**:
3033
```bash
3134
git add .
3235
git commit -m "feat: update documentation structure"

0 commit comments

Comments
 (0)