From a3ed7cc6d89729e348e51408b29990545f2c46d4 Mon Sep 17 00:00:00 2001 From: Dominika Date: Fri, 8 May 2020 19:39:21 -0400 Subject: [PATCH] Create bug-fix.md --- .github/PULL_REQUEST_TEMPLATE/bug-fix.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug-fix.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug-fix.md b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md new file mode 100644 index 000000000..d3ffc3c25 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug-fix.md @@ -0,0 +1,14 @@ +--- +name: Bug fix +about: Fix for a bug +labels: bug/module +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Describe the fix** +A clear description of how it was fixed + +**Additional context** +Add any other context about the fix here.