From 6354108049591cddb04b35d02589d77a45475b45 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 1 Nov 2018 15:53:45 -0700 Subject: [PATCH] Add templates for PR and bug reports. --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE | 4 ++++ 2 files changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..7af48c7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +### Subject of the issue +Describe your issue here. + +### Your environment +* OS - +* Version - + +### Steps to reproduce +Tell us how to reproduce this issue. Please provide a working demo, you can use [this template](https://plnkr.co/edit/XorWgI?p=preview) as a base. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead + +### Additional context +Add any other context about the problem here. diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..266e9124 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,4 @@ +### Description +Please describe your pull request. + +đź’”Thank you!