From 91a2d7c9e046161f58bf34c3a90778599a566ab5 Mon Sep 17 00:00:00 2001 From: Jasha Sommer-Simpson <8935917+Jasha10@users.noreply.github.com> Date: Mon, 4 Sep 2023 00:26:13 -0700 Subject: [PATCH] Create PR template (#1119) Co-authored-by: Omry Yadan --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 000000000..19920f0a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + +## Motivation + +(Write your motivation for proposed changes here.) + +### Have you read the [Contributing Guidelines on pull requests](https://github.com/omry/omegaconf/blob/master/CONTRIBUTING.md)? + +Yes/No + +## Test Plan + +(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?) + +## Fixes + +What issue does this PR fix? Use https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue to link this PR to a corresponding issue. + +Fixes # + +## Related PRs + +(Is this PR part of a group of changes? Link the other relevant PRs.)