ci: update github templates (#17466)
This commit is contained in:
parent
b4cd20cbbc
commit
d8d21c77d5
64
.github/ISSUE_TEMPLATE.md
vendored
64
.github/ISSUE_TEMPLATE.md
vendored
@ -1,39 +1,57 @@
|
|||||||
<!--
|
<!--
|
||||||
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOUT INVESTIGATING
|
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
|
||||||
|
|
||||||
|
ISSUES MISSING IMPORTANT INFORMATION MIGHT BE CLOSED WITHOUT INVESTIGATION.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**I'm submitting a ...** (check one with "x")
|
## I'm submitting a ...
|
||||||
```
|
<!-- Check one of the following options with "x" -->
|
||||||
[ ] bug report => search github for a similar issue or PR before submitting
|
<pre><code>
|
||||||
[ ] feature request
|
[ ] Regression (behavior that used to work and stopped working in a new release)
|
||||||
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
|
[ ] Bug report <!-- Please search github for a similar issue or PR before submitting -->
|
||||||
```
|
[ ] Feature request
|
||||||
|
[ ] Documentation issue or request
|
||||||
|
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
**Current behavior**
|
## Current behavior
|
||||||
<!-- Describe how the bug manifests. -->
|
<!-- Describe how the issue manifests. -->
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
<!-- Describe what the behavior would be without the bug. -->
|
|
||||||
|
|
||||||
**Minimal reproduction of the problem with instructions**
|
## Expected behavior
|
||||||
|
<!-- Describe what the desired behavior would be. -->
|
||||||
|
|
||||||
|
|
||||||
|
## Minimal reproduction of the problem with instructions
|
||||||
<!--
|
<!--
|
||||||
If the current behavior is a bug or you can illustrate your feature request better with an example,
|
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
|
||||||
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).
|
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**What is the motivation / use case for changing the behavior?**
|
## What is the motivation / use case for changing the behavior?
|
||||||
<!-- Describe the motivation or the concrete use case -->
|
<!-- Describe the motivation or the concrete use case. -->
|
||||||
|
|
||||||
**Please tell us about your environment:**
|
|
||||||
<!-- Operating system, IDE, package manager, HTTP server, ... -->
|
|
||||||
|
|
||||||
* **Angular version:** 2.0.X
|
## Please tell us about your environment
|
||||||
|
|
||||||
|
<pre><code>
|
||||||
|
Angular version: X.Y.Z
|
||||||
<!-- Check whether this is still an issue in the most recent Angular version -->
|
<!-- Check whether this is still an issue in the most recent Angular version -->
|
||||||
|
|
||||||
* **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 ]
|
Browser:
|
||||||
<!-- All browsers where this could be reproduced -->
|
- [ ] Chrome (desktop) version XX
|
||||||
|
- [ ] Chrome (Android) version XX
|
||||||
|
- [ ] Chrome (iOS) version XX
|
||||||
|
- [ ] Firefox version XX
|
||||||
|
- [ ] Safari (desktop) version XX
|
||||||
|
- [ ] Safari (iOS) version XX
|
||||||
|
- [ ] IE version XX
|
||||||
|
- [ ] Edge version XX
|
||||||
|
|
||||||
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
|
For Tooling issues:
|
||||||
|
- Node version: XX <!-- use `node --version` -->
|
||||||
|
- Platform: <!-- Mac, Linux, Windows -->
|
||||||
|
|
||||||
* **Node (for AoT issues):** `node --version` =
|
Others:
|
||||||
|
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
|
||||||
|
</code></pre>
|
||||||
|
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,10 +1,15 @@
|
|||||||
**Please check if the PR fulfills these requirements**
|
## PR Checklist
|
||||||
|
Does please check if your PR fulfills the following requirements:
|
||||||
|
|
||||||
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
|
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
|
||||||
- [ ] Tests for the changes have been added (for bug fixes / features)
|
- [ ] Tests for the changes have been added (for bug fixes / features)
|
||||||
- [ ] Docs have been added / updated (for bug fixes / features)
|
- [ ] Docs have been added / updated (for bug fixes / features)
|
||||||
|
|
||||||
|
|
||||||
**What kind of change does this PR introduce?** (check one with "x")
|
## PR Type
|
||||||
|
What kind of change does this PR introduce?
|
||||||
|
|
||||||
|
<!-- Please check the one that applies to this PR using "x". -->
|
||||||
```
|
```
|
||||||
[ ] Bugfix
|
[ ] Bugfix
|
||||||
[ ] Feature
|
[ ] Feature
|
||||||
@ -12,25 +17,27 @@
|
|||||||
[ ] Refactoring (no functional changes, no api changes)
|
[ ] Refactoring (no functional changes, no api changes)
|
||||||
[ ] Build related changes
|
[ ] Build related changes
|
||||||
[ ] CI related changes
|
[ ] CI related changes
|
||||||
|
[ ] Documentation content changes
|
||||||
|
[ ] angular.io application / infrastructure changes
|
||||||
[ ] Other... Please describe:
|
[ ] Other... Please describe:
|
||||||
```
|
```
|
||||||
|
|
||||||
**What is the current behavior?** (You can also link to an open issue here)
|
## What is the current behavior?
|
||||||
|
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
|
||||||
|
|
||||||
|
Issue Number: N/A
|
||||||
|
|
||||||
|
|
||||||
|
## What is the new behavior?
|
||||||
**What is the new behavior?**
|
|
||||||
|
|
||||||
|
|
||||||
|
## Does this PR introduce a breaking change?
|
||||||
**Does this PR introduce a breaking change?** (check one with "x")
|
|
||||||
```
|
```
|
||||||
[ ] Yes
|
[ ] Yes
|
||||||
[ ] No
|
[ ] No
|
||||||
```
|
```
|
||||||
|
|
||||||
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
|
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
|
||||||
|
|
||||||
|
|
||||||
**Other information**:
|
## Other information
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user