You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -68,27 +68,27 @@ To start contributing, follow the below guidelines:
68
68
>
69
69
> ([read this to understand](#note-about-this-project))
70
70
71
-
1. Give executable permission to `add-project.sh`:
71
+
1. Give executable permission to [`add-project.sh`](/add-project.sh):
72
72
73
73
```bash
74
-
chmod +x add-projects.sh
74
+
chmod +x add-project.sh
75
75
```
76
76
77
77
2. 🔴 **Only if** a project folder associated with your language/framework doesn't exist: create a folder using the Terminal or using the Interface with appropriate naming (lowercase names).
78
78
79
79
```bash
80
80
# In terminal
81
-
mkdir <language-name>
81
+
mkdir <tech_folder_name>
82
82
```
83
83
84
84
3. Run the command to add your project under a particular folder:
85
85
86
86
```bash
87
87
# Replace the content in <...> with proper name and URL respectively
88
-
sh add-projects.sh <tech_folder_name> <URL_of_project>
88
+
sh add-project.sh <tech_folder_name> <URL_of_project>
89
89
90
90
# example
91
-
sh add-projects.sh vanilla https://github.com/Greeshma2903/links-card
91
+
sh add-project.sh vanilla https://github.com/Greeshma2903/links-card
92
92
```
93
93
94
94
4. Add your Project name and a short description in the `Projects List` section in the [README](/README.md), under an appropriate language/framework.
0 commit comments