Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrchk committed Nov 16, 2019
1 parent a636cd4 commit 5aee099
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe your issue**:
Describe your issue here...

**Swup config or any additional relevant code used**:

```javascript
const swup = Swup();
```

**Before creating this issue, did you think of...**:
- [ ] Have you checked closed issues for similar/related problems.
- [ ] Have you provided all helpful information available?
- [ ] Have you considered creating a demo so we can help you better?
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Issue template
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe your issue**:
Describe your issue here...

**Swup config or any additional relevant code used**:

```javascript
const swup = Swup();
```

**Before creating this issue, did you think of...**:
- [ ] Have you checked closed issues for similar/related problems.
- [ ] Have you provided all helpful information available?
- [ ] Have you considered creating a demo so we can help you better?

0 comments on commit 5aee099

Please sign in to comment.