diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..cc5f931a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +**What kind of change does this PR introduce?** (check one with "x") +``` +[] Bugfix +[] Feature +[] Code style update (formatting, local variables) +[] Refactoring (no functional changes, no api changes) +[] Other... Please describe: +``` + +**Fixes**: # + +**What is the current behavior?** + +**What is the new behavior?**