Skip to content

Commit

Permalink
Dot GitHub (#21)
Browse files Browse the repository at this point in the history
Dot GitHub
  • Loading branch information
niftylettuce committed Feb 17, 2020
2 parents 73165cc + c126d0f commit 5cc2a3a
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
👉 Please follow one of these issue templates:
- https://github.com/koajs/multer/issues/new/choose

Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: "🐛 Bug Report"
about: Report a reproducible bug or regression.
title: 'Bug: '

---

## Bug Report

**Current Behavior**
A clear and concise description of the behavior.

**Input Code**
- REPL or Repo link if applicable:

```js
var your => (code) => here;
```

**Expected behavior/code**
A clear and concise description of what you expected to happen (or code).

**Environment**
- Node/npm/yarn version: [e.g. Node 8/npm 5/yarn v1.9.3]
- @koa/multer & koa version: [e.g. @koa/multer 2.0.0, @ko 2.9.0]
- OS: [e.g. OSX 10.13.4, Windows 10]
- Monorepo: [e.g. yes/no/Lerna]

**Possible Solution**
<!--- Only if you have suggestions on a fix for the bug -->

**Additional context/Screenshots**
Add any other context about the problem here. If applicable, add screenshots to help explain.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/empty_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: "📝 Empty Issue"
about: Empty issue.
title: ''

---
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

<!--
Thank you for the PR! Contributors like you keep `@koa/multer` awesome 🚀 ..
If your PR references an existing issue, please add the issue number below 🎯 ..
-->

0 comments on commit 5cc2a3a

Please sign in to comment.