diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ab1ef5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ + + +**Do you want to request a *feature* or report a *bug*?** + + +**What is the current behavior?** + +**If the current behavior is a bug, please provide the steps to reproduce.** + + +**What is the expected behavior?** + +**If this is a feature request, what is motivation or use case for changing the behavior?** + +**Please mention other relevant information such as your webpack version, Node.js version and Operating System.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..77e6835 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ + + +**What kind of change does this PR introduce?** + + +**Did you add tests for your changes?** + +**If relevant, did you update the README?** + +**Summary** + + + + +**Does this PR introduce a breaking change?** + + +**Other information**