Skip to content

Commit 3311310

Browse files
committed
Update Contribution file
1 parent 1b44cce commit 3311310

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Then, you'll need to install gem dependencies:
1010

1111
If you have any problem with `data-confirm-modal` try to manually install the gem:
1212

13-
gem install data-confirm-modal
13+
gem install data-confirm-modal
1414

1515
Now you can start server `rails s` and see this application in your browser on `localhost:3000`.
1616

@@ -29,10 +29,10 @@ Learn IT Girl flow can be split onto few steps (listed below). We prepared some
2929
database seed files to make it easier for You to understand the flow and
3030
to contribute.
3131

32-
* Application - `rake db:seed:applications` - `/mentor_applications/new`
33-
or `/mentee_applications/new`
34-
* Application Evaluation- `rake db:seed:evaluations` or `/organisers/dashboard`
35-
* Matching mentors to mentees - `/mentor_to_mentee_matchers`
32+
* Application `rake db:seed:applications` (go to `/mentor_applications/new`
33+
or `/mentee_applications/new`)
34+
* Application Evaluation `rake db:seed:evaluations` (go to `/organisers/dashboard`)
35+
* Matching mentors to mentees (go to`/mentor_to_mentee_matchers`)
3636
* Edition start
3737
* Final evaluation (when edition ends)
3838

0 commit comments

Comments
 (0)