-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tryng to add Issue and PR template to Github
- Loading branch information
Gustavo RPS
committed
Jul 17, 2018
1 parent
0382938
commit 3756beb
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. | ||
|
||
* **I'm submitting a ...** | ||
- [ ] bug report | ||
- [ ] feature request | ||
- [ ] support request => Please do not submit support request here, see note at the top of this template. | ||
|
||
|
||
* **Do you want to request a *feature* or report a *bug*?** | ||
|
||
|
||
|
||
* **What is the current behavior?** | ||
|
||
|
||
|
||
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** via | ||
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5). | ||
|
||
|
||
|
||
* **What is the expected behavior?** | ||
|
||
|
||
|
||
* **What is the motivation / use case for changing the behavior?** | ||
|
||
|
||
|
||
* **Please tell us about your environment:** | ||
|
||
- Version: 2.0.0-beta.X | ||
- 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 ] | ||
- Language: [all | TypeScript X.X | ES6/7 | ES5 | Dart] | ||
|
||
|
||
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
* **Please check if the PR fulfills these requirements** | ||
- [ ] The commit message follows our [guidelines]() | ||
- [ ] [Tests]() for the [changes have been added]() (for bug fixes / features) | ||
- [ ] [Docs]() have been added / updated (for bug fixes / features) | ||
|
||
|
||
* **What kind of change does this PR introduce?** bugfix, feature, docs, update, ... | ||
|
||
|
||
|
||
* **What is the current behavior?** (You can also [link to an open issue](https://help.github.com/articles/autolinked-references-and-urls/#issues-and-pull-requests) here) | ||
|
||
|
||
|
||
* **What is the new behavior (if this is a feature change)?** | ||
|
||
|
||
|
||
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) | ||
|
||
|
||
|
||
* **Other information**: |