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.