From 2628a1c67c5124464c64db2b6e07a319e27c7cd4 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Wed, 4 Jan 2023 09:35:57 -0800 Subject: [PATCH] cleanup PULL_REQUEST_TEMPLATE directory (#19774) --- .../PULL_REQUEST_TEMPLATE/bug-fix_template.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/bug-fix_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug-fix_template.md b/.github/PULL_REQUEST_TEMPLATE/bug-fix_template.md deleted file mode 100644 index 90a0d2f7f458..000000000000 --- a/.github/PULL_REQUEST_TEMPLATE/bug-fix_template.md +++ /dev/null @@ -1,23 +0,0 @@ -# Bug-fix Request - -Fixes #*(issue number)* - ---- - -## Reason -*describe here what is the root cause of the issue* - -## Confirmation - - [ ] **Was reproduced locally** - -*if this PR is a guess at a solution, put here your thoughts with explanations, else remove this* - - -## How does the code change in the PR fix the issue? -*describe here* - ---- - -### Recommended reading order -1. `x.java` -2. `y.python`