From deacc8d3d32b1bf36e337a229f01180cb1cdbde4 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Mon, 22 May 2023 09:27:32 -0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md - Add a template for pull requests. --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..0392eb3a00d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +Fixes #ISSUE_NUMBER + +## Description + + +## Checklist + +- [ ] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") +- [ ] Only one issue is addressed in this pull request +- [ ] Labels from the issue that this PR is fixing are added to this pull request +- [ ] No unnessessary issues are included into this pull request.