From 5b727d1a3878a1872aec6f1d1d6a5b4da222394c Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Thu, 23 Sep 2021 22:55:04 +0300 Subject: [PATCH] chore: :wheelchair: add pull request template --- .github/pull_request_template.md | 33 ++++++++++++++++++++++++ .github/pull_request_template.md.license | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 .github/pull_request_template.md.license diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..98313979 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,33 @@ + + +## Summary + +Summary of the pull request. + +## Breaking Changes + +Do your changes intentionally break something on the user side or configuration? + +## UI Changes + +| Before | After | +| ------------------------------ | ----------------------------- | +| Screenshot of UI before change | Screenshot of UI after change | + +## Test Plan + +1. Reload Script... +2. ... +3. Something happens + +## Related Issues + +Closes #X diff --git a/.github/pull_request_template.md.license b/.github/pull_request_template.md.license new file mode 100644 index 00000000..40c24624 --- /dev/null +++ b/.github/pull_request_template.md.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: none +SPDX-License-Identifier: MIT