Skip to content

Commit 95c2134

Browse files
committed
chore: Update CONTRIBUTING and workflow files
1 parent e54c70b commit 95c2134

File tree

2 files changed

+5
-55
lines changed

2 files changed

+5
-55
lines changed

.github/workflows/pages.yml

-50
This file was deleted.

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,27 +68,27 @@ To start contributing, follow the below guidelines:
6868
>
6969
> ([read this to understand](#note-about-this-project))
7070
71-
1. Give executable permission to `add-project.sh`:
71+
1. Give executable permission to [`add-project.sh`](/add-project.sh):
7272

7373
```bash
74-
chmod +x add-projects.sh
74+
chmod +x add-project.sh
7575
```
7676

7777
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).
7878
7979
```bash
8080
# In terminal
81-
mkdir <language-name>
81+
mkdir <tech_folder_name>
8282
```
8383
8484
3. Run the command to add your project under a particular folder:
8585
8686
```bash
8787
# 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>
8989
9090
# 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
9292
```
9393
9494
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

Comments
 (0)