summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-01-18 10:53:30 +0300
committerGitHub <noreply@github.com>2022-01-18 10:53:30 +0300
commitd062196637207c6ae83d4f9097a28f3db36feb24 (patch)
tree65c53169dfecde7c9a10f9ce8a48f5cf78507009
parentce88461194b5c590cd64697998ed00b13c33da29 (diff)
remove "component" from PR template (#11988)
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 33f7736821..74f9918e27 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,9 +2,6 @@
Describe the change in summary section, including rationale and design decisions.
Include "Fixes #nnn" if you are fixing an existing issue.
-In "Component Name" section write which component is changed in this PR. This
-will help us review your PR quicker.
-
In "Test Plan" provide enough detail on how you plan to test this PR so that a reviewer can validate your tests. If our CI covers sufficient tests, then state which tests cover the change.
If you have more information you want to add, write them in "Additional
@@ -15,8 +12,6 @@ helpful if there is no related issue.
##### Summary
-##### Component Name
-
##### Test Plan
<!---