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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@ You can find the current repositories here:
10
10
## How to Add New Content
11
11
12
12
### Adding a showcase
13
-
To add an app to the **Showcase** section on the `/learn` page run `ember g showcase name-of-showcase` and replace the placeholder fields with the details of the new item.
13
+
To add an app to the **Showcase** section on the `/learn` page run `pnpm ember g showcase name-of-showcase` and replace the placeholder fields with the details of the new item.
14
14
15
15
### Adding a User
16
-
To add a company to the list of [Ember Users](https://emberjs.com/ember-users/) run `ember g user name-of-company` and replace the placeholder fields with the details of your company. You will also need to add a logo image to `public/images/users/`. For more information please read the comment in the markdown file that is generated using the command above.
16
+
To add a company to the list of [Ember Users](https://emberjs.com/ember-users/) run `pnpm ember g user name-of-company` and replace the placeholder fields with the details of your company. You will also need to add a logo image to `public/images/users/`. For more information please read the comment in the markdown file that is generated using the command above.
17
17
18
18
### Adding a Team Member
19
-
To add a new team member you can run `ember g team-member firstname-lastname` and make sure that all the fields are filled in.
19
+
To add a new team member you can run `pnpm ember g team-member firstname-lastname` and make sure that all the fields are filled in.
20
20
21
21
If you want to add an existing Team Member to another team or change their team membership you can find that person in the `data/team-member/` folder and edit the `teams` array.
22
22
23
23
### Adding a Meetup
24
-
To add a new team member you can run `ember g meetup city-country` and make sure that all the fields are filled in.
24
+
To add a new team member you can run `pnpm ember g meetup city-country` and make sure that all the fields are filled in.
25
25
26
26
The generated meetup will have two organisers but you can have as many, or as few as you need or want.
0 commit comments