From 4f0f4b56fa7341de64d7ba5d361c66bbdbd04b56 Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Tue, 14 May 2019 14:18:52 +0600 Subject: [PATCH] Add issues/PR templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 ++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..7069c36d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve Tailwind CSS Playground +--- + +## Bug report + +### Summary + +Quick summary what's this issue about. + +### Step to reproduce + +How to reproduce the issue, including custom code if needed. + +### Observed behavior + +How it behaved after following steps above. + +### Expected behavior + +How it should behave after following steps above. + +### Environment + +Apache/NGINX and version, mysql version, browser, etc. Any relevant information. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..a015e56d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea that makes Tailwind CSS Playground even better +--- + +## Feature request + +### Summary + +Quick summary what's this feature request about. + +### Why is it needed? + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +### Suggested solution(s) + +A clear and concise description of what you want to happen. + +### Related issue(s)/PR(s) + +Let us know if this is related to any issue/pull request. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..553357c4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +### What does it do? + +Describe the technical changes you did. + +### Why is it needed? + +Describe the issue you are solving. + +### Related issue(s)/PR(s) + +Let us know if this is related to any issue/pull request \ No newline at end of file