diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md new file mode 100644 index 00000000000000..b414b7bd7966c9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -0,0 +1,10 @@ +### Details: + - *item1* + - *...* + +### Please, describe bug in details + - *item1* + - *...* + +### Tickets: + - *ticket-id* diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md new file mode 100644 index 00000000000000..30404ce4c54634 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -0,0 +1 @@ +TODO \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/improvement.md b/.github/PULL_REQUEST_TEMPLATE/improvement.md new file mode 100644 index 00000000000000..8aabb5ffe6a5cf --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/improvement.md @@ -0,0 +1,6 @@ +### Details: + - *item1* + - *...* + +### Tickets: + - *ticket-id* diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8aabb5ffe6a5cf..d1e91c2fd7cf48 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,5 @@ -### Details: - - *item1* - - *...* +Please go the the `Preview` tab and select the appropriate sub-template: -### Tickets: - - *ticket-id* +* [Bug fix](?expand=1&template=bug_fix.md) +* [Internal improvement](?expand=1&template=improvement.md) +* [Feature](?expand=1&template=feature.md)