From 52f9ebb13114f4056f4a325f849fc4c8a6afb627 Mon Sep 17 00:00:00 2001 From: TomohiroKuwano Date: Fri, 6 Jan 2023 22:27:28 +0900 Subject: [PATCH] Create pull_request_template.md --- .../pull_request_template.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..1c89641 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,22 @@ +### Proposed change(s) +- Describe the changes made in this PR. + +### Screenshot + + +### Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.) + + +### Types of change(s) +- [ ] Bug fix +- [ ] New feature +- [ ] Code refactor +- [ ] Breaking change +- [ ] Documentation update +- [ ] Other (please describe) + +### Checklist +- [ ] Added tests that prove my fix is effective or that my feature works +- [ ] Updated the documentation (if applicable) + +### Other comments