Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Add issues/PR templates #5

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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