From 5d15af3a9563271615fa1d0f5a99a175bfe41a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sviatoslav=20Sydorenko=20=28=D0=A1=D0=B2=D1=8F=D1=82=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1=D0=B8=D0=B4=D0=BE=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=29?= Date: Thu, 7 Mar 2024 23:22:05 +0100 Subject: [PATCH] Split the unified PR template into few (#82734) Ref: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository --- .github/PULL_REQUEST_TEMPLATE.md | 26 +------------------ .github/PULL_REQUEST_TEMPLATE/Bug fix.md | 20 ++++++++++++++ .../Documentation change.md | 19 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE/New feature.md | 19 ++++++++++++++ .../PULL_REQUEST_TEMPLATE.md | 1 + .github/PULL_REQUEST_TEMPLATE/Tests.md | 20 ++++++++++++++ .../Unclear purpose or motivation.md | 25 ++++++++++++++++++ 7 files changed, 105 insertions(+), 25 deletions(-) mode change 100644 => 120000 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/Bug fix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/Documentation change.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/New feature.md create mode 120000 .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/Tests.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 33504c1d708..00000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -##### SUMMARY - - - - - -##### ISSUE TYPE - - - -- Bugfix Pull Request -- Docs Pull Request -- Feature Pull Request -- Test Pull Request - -##### ADDITIONAL INFORMATION - - - - - - -```paste below - -``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 120000 index 00000000000..c8ecb720058 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/Bug fix.md b/.github/PULL_REQUEST_TEMPLATE/Bug fix.md new file mode 100644 index 00000000000..b400b336dff --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Bug fix.md @@ -0,0 +1,20 @@ +##### SUMMARY + + + + + +##### ISSUE TYPE + +- Bugfix Pull Request + +##### ADDITIONAL INFORMATION + + + + + + +```paste below + +``` diff --git a/.github/PULL_REQUEST_TEMPLATE/Documentation change.md b/.github/PULL_REQUEST_TEMPLATE/Documentation change.md new file mode 100644 index 00000000000..c62ff7bfc55 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Documentation change.md @@ -0,0 +1,19 @@ +##### SUMMARY + + + + + +##### ISSUE TYPE + +- Docs Pull Request + +##### ADDITIONAL INFORMATION + + + + + +```paste below + +``` diff --git a/.github/PULL_REQUEST_TEMPLATE/New feature.md b/.github/PULL_REQUEST_TEMPLATE/New feature.md new file mode 100644 index 00000000000..9e10c45d5d4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/New feature.md @@ -0,0 +1,19 @@ +##### SUMMARY + + + + + +##### ISSUE TYPE + +- Feature Pull Request + +##### ADDITIONAL INFORMATION + + + + + +```paste below + +``` diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md new file mode 120000 index 00000000000..3df4f489ad7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +Unclear purpose or motivation.md \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/Tests.md b/.github/PULL_REQUEST_TEMPLATE/Tests.md new file mode 100644 index 00000000000..b059793b49a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Tests.md @@ -0,0 +1,20 @@ +##### SUMMARY + + + + + +##### ISSUE TYPE + +- Test Pull Request + +##### ADDITIONAL INFORMATION + + + + + + +```paste below + +``` diff --git a/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md b/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md new file mode 100644 index 00000000000..33504c1d708 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md @@ -0,0 +1,25 @@ +##### SUMMARY + + + + + +##### ISSUE TYPE + + + +- Bugfix Pull Request +- Docs Pull Request +- Feature Pull Request +- Test Pull Request + +##### ADDITIONAL INFORMATION + + + + + + +```paste below + +```