Skip to content

Commit

Permalink
Merge pull request openai#5 from openai/UpdateEvalTemplate
Browse files Browse the repository at this point in the history
Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
logankilpatrick committed Mar 14, 2023
2 parents 38eb92c + f5120f2 commit 1ece9c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,16 @@ We know that you might be excited to contribute to OpenAI's mission, help improv
- [ ] (Ignore if not submitting code) I have run `pip install pre-commit; pre-commit install` and have verified that `black`, `isort`, and `autoflake` are running when I commit and push

Failure to fill out all required fields will result in the PR being closed.

### Eval JSON data

Since we are using Git LFS, we are asking eval submitters to add in their first 100 JSONL eval lines.

<details>
<summary>View evals in JSON</summary>

### Eval
```jsonl
INSERT_EVAL_HERE
```
</details>

0 comments on commit 1ece9c6

Please sign in to comment.