Skip to content

Commit dc83b7b

Browse files
authored
Create CONTRIBUTING.md
1 parent 365f59d commit dc83b7b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 🤝 Contributing
2+
3+
We welcome your contributions!
4+
5+
1. **Fork** this repository.
6+
2. **Clone** your fork and create a new branch:
7+
```bash
8+
git checkout -b my-feature
9+
```
10+
3. **Make your changes** (add docs, fix bugs, improve content).
11+
4. **Commit** and **push** your branch.
12+
5. **Open a Pull Request** describing your changes.
13+
14+
For major changes, please open an issue first to discuss your ideas.

0 commit comments

Comments
 (0)