Skip to content

Commit

Permalink
Merge pull request #54 from dongminlee94/docs/add_pr_template
Browse files Browse the repository at this point in the history
Add pr template
  • Loading branch information
dongminlee94 committed Sep 14, 2021
2 parents 31052c9 + f0becb3 commit e419471
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## PR Description

[//]: # (Please explain the changes you made.)

## Related Issues

[//]: # (Please link the related issues, if applicable.)

## Checklist

- [ ] **Assignees** ran the [make format](https://github.com/dongminlee94/meta-rl#development).
- [ ] **Assignees** ran the [make lint](https://github.com/dongminlee94/meta-rl#development) command and the code passed the linters.
- [ ] **Assignees** added necessary unit tests, and the code passes the [make utest](https://github.com/dongminlee94/meta-rl#development) command.
- [ ] **Assignees** updated the README, if necessary.
- [ ] **Assignees** checked the runnability of the code.
- [ ] **Reviewers** checked the runnability of the code.

## Optional section (e.g., code usage, experimental results, TODO)

[//]: # (If Assignees have any additional information, please add them.)

0 comments on commit e419471

Please sign in to comment.