We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365f59d commit dc83b7bCopy full SHA for dc83b7b
1 file changed
CONTRIBUTING.md
@@ -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