Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
  • Loading branch information
Sean Naren and Borda committed Nov 23, 2021
1 parent 1f2824b commit 2aab656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Here are pre-requisites for your project before adding to the Lightning EcoSyste

### Adding your own project config

1. First, fork this project to be able to create a new Pull Request, and work within a specific branch.
1. First, fork this project (with [CLI](https://cli.github.com/) or in browser) to be able to create a new Pull Request, and work within a specific branch.

```bash
gh repo fork PyTorchLightning/ecosystem-ci
cd ecosystem-ci/
```

2. Copy the [template file](configs/template.yaml) and call it `<my_project_name>.yaml`.
2. Copy the [template file](configs/_template.yaml) in `configs` folder and call it `<my_project_name>.yaml`.

```
cp configs/template.yaml configs/<my_project_name>.yaml
Expand Down

0 comments on commit 2aab656

Please sign in to comment.