Skip to content

Commit

Permalink
Add issue template (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
tan75 authored Oct 1, 2021
1 parent 97d4728 commit d555986
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## The problem

### 💻 Code demonstrating the problem

<!-- Demonstrate the problem -->

```
js
import { fn } from 'date-fns'
fn()
//=> Problematic output
```

### 🙁 Actual behavior

<!-- Describe what you are getting -->

### 🙂 Expected behavior

<!-- Describe what you are expecting to get -->

## Debug information

- date-fns version: <!-- Fill in the date-fns version you use -->
- Browser/Node.js version: <!-- Fill in the envrionment version (i.e. Chrome 94.0.4606.61) -->
- Your timezone: <!-- Fill in your timezone name (i.e. Asia/Singapore) -->
- Your current time: <!-- Fill in the time when did you tested the probmlem (i.e. 16:20) -->

0 comments on commit d555986

Please sign in to comment.