We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bafcd8 commit 87bb5f6Copy full SHA for 87bb5f6
1 file changed
docs/CONTRIB-GUIDE.md
@@ -45,7 +45,7 @@ Make sure Git is installed. Then open your terminal and run:
45
46
```
47
48
-git clone [https://github.com/rignitc/RIGNITC](https://github.com/rignitc/RIGNITC)
+git clone https://github.com/rignitc/RIGNITC
49
50
51
@@ -118,7 +118,7 @@ Then open:
118
119
120
121
-[http://localhost:8000](http://localhost:8000)
+http://localhost:8000
122
123
124
@@ -294,7 +294,7 @@ Commit:
294
295
296
297
-git commit -m "feat: added new achievement entry"
+git commit -m "feat(contact): added reCAPTCHA verif"
298
299
300
0 commit comments