diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000..73fbaf94a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Something is crashing or not working as intended + +--- + +*Please consider making a Pull Request if you are capable of doing so.* + +**Library Version:** + +2.x.x + +**Describe the Bug:** + +A clear description of what is the bug is. + +**Steps to reproduce the bug:** +1. +2. +3. + +**Expected Behavior:** + +A clear description of what you expected to happen. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 000000000..0b48fdce3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for this library + +--- + +*Please consider making a Pull Request if you are capable of doing so.* + +**Description what you'd like to happen:** + +A clear description if the feature or behavior you'd like implemented. + +**Example espresso code if available** + +``` +