Skip to content

Commit b01a507

Browse files
Merge pull request vue-generators#418 from lionel-bijaoui/lb_issue_template
Add issue and PR template
2 parents aaa59b0 + 53238aa commit b01a507

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
2+
3+
* **I'm submitting a ...**
4+
* [ ] bug report
5+
* [ ] feature request
6+
* [ ] support request => Please do not submit support request here, see note at the top of this template.
7+
8+
- **Do you want to request a _feature_ or report a _bug_?**
9+
10+
* **What is the current behavior?**
11+
12+
- **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** via
13+
https://jsfiddle.net/ or similar (you can use this template as a starting point: https://jsfiddle.net/icebob/0mg1v81e/).
14+
15+
* **What is the expected behavior?**
16+
17+
- **What is the motivation / use case for changing the behavior?**
18+
19+
* **Please tell us about your environment:**
20+
21+
* Version: [2.X.X | 3.0.0-beta.X]
22+
* Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
23+
* Language: [all | TypeScript X.X | ES6/7 | ES5 | Dart]
24+
25+
- **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* **Please check if the PR fulfills these requirements**
2+
3+
- [ ] The commit message follows our guidelines
4+
- [ ] Tests for the changes have been added (for bug fixes / features)
5+
- [ ] Docs have been added / updated (for bug fixes / features)
6+
7+
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
8+
9+
- **What is the current behavior?** (You can also link to an open issue here)
10+
11+
* **What is the new behavior (if this is a feature change)?**
12+
13+
- **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)
14+
15+
* **Other information**:

0 commit comments

Comments
 (0)