From f0f4495cbbe4b66193d4af98e6c3be1c95f1984d Mon Sep 17 00:00:00 2001 From: Evan Sharp Date: Tue, 17 Jul 2018 12:55:58 -0400 Subject: [PATCH] chore(GitHub): update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..206c92516 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,39 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +- components: `name` +- reactstrap version `#x.x.x` +- import method `umd/csj/es` +- react version `#x.x.x` +- bootstrap version `#x.x.x` + +### What is happening? + + + +### What should be happening? + + + +### Steps to reproduce issue + +1. ... +2. ... + +### Error message in console + +``` +paste error message with stacktrack here +``` + +### Code + +