From b1025a9b4cd2c57c8bc4fdd5f576f2120279d906 Mon Sep 17 00:00:00 2001 From: jobala Date: Tue, 2 Nov 2021 16:25:31 +0300 Subject: [PATCH] add PR template --- .github/CODEOWNERS | 2 +- .github/pull_request_template.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2b61dbdf144..b6cf778bd53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @andrueastman @baywet @darrelmiller @zengin @MichaelMainer @ddyett @peombwa @nikithauc @ramsessanchez +* @andrueastman @baywet @darrelmiller @zengin @MichaelMainer @ddyett @peombwa @nikithauc @ramsessanchez @jobala diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..34ce2347aee --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## Overview + +Brief description of what this PR does. + +### Demo + +Optional. Screenshots, examples, etc. + +### Notes + +Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else. + +## Testing Instructions + +* How to test this PR +* Prefer bulleted description +* Start after checking out this branch +* Include any setup required, such as bundling scripts, restarting services, etc. +* Include test case, and expected output