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
+4-5
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Run `npx nx build angular-hub` to build the client project. The client build art
18
18
19
19
## Licenses
20
20
21
-
This project uses the MIT License for the project code.
21
+
This project uses the MIT License for the project code.
22
22
It excludes the `src/content` folder, which includes trademarks and logos from the Angular community.
23
23
24
24
# Contribute
@@ -29,10 +29,11 @@ It excludes the `src/content` folder, which includes trademarks and logos from t
29
29
30
30
> If you adding a conference event, mind listing it on [developers-conferences-agenda](https://github.com/scraly/developers-conferences-agenda) too for a broader audience!
31
31
32
-
To add a new event, create a new markdown file in the `src/content/events` folder.
33
-
The file name should be the date of the event in the format `YYYY-MM-DD-event-name.md`.
32
+
To add a new event, create a new markdown file in the `src/content/events` folder.
33
+
The file name should be the date of the event in the format `YYYY-MM-DD-event-name.md`.
34
34
35
35
Make sure to add at least one of the following tags:
36
+
36
37
- On-Site
37
38
- Online
38
39
- Free
@@ -77,7 +78,6 @@ File name format depends on the CFP type:
77
78
- For a CFP that is open all year round like a meetup, the file name should be `cfp-name.md`.
78
79
- For a CFP that is open for a specific period of time, the file name should be `YYYY-MM-DD-cfp-name.md`.
0 commit comments