diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c7b68e6234..f435b06815 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,39 +1,57 @@ -**I'm submitting a ...** (check one with "x") -``` -[ ] bug report => search github for a similar issue or PR before submitting -[ ] feature request -[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question -``` +## I'm submitting a ... + +

+[ ] Regression (behavior that used to work and stopped working in a new release)
+[ ] Bug report 
+[ ] 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
+
-**Current behavior** - +## Current behavior + -**Expected behavior** - -**Minimal reproduction of the problem with instructions** +## Expected behavior + + + +## Minimal reproduction of the problem with instructions -**What is the motivation / use case for changing the behavior?** - +## What is the motivation / use case for changing the behavior? + -**Please tell us about your environment:** - -* **Angular version:** 2.0.X +## Please tell us about your environment + +

+Angular version: X.Y.Z
 
 
-* **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:
+- [ ] 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 
+- Platform: 
 
-* **Node (for AoT issues):** `node --version` =   
+Others:
+
+
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 70ac9a510f..439ec6b1fe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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 - [ ] 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?** (check one with "x") +## PR Type +What kind of change does this PR introduce? + + ``` [ ] Bugfix [ ] Feature @@ -12,25 +17,27 @@ [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes +[ ] Documentation content changes +[ ] angular.io application / infrastructure changes [ ] Other... Please describe: ``` -**What is the current behavior?** (You can also link to an open issue here) +## What is the current behavior? + + +Issue Number: N/A - -**What is the new behavior?** +## What is the new behavior? - -**Does this PR introduce a breaking change?** (check one with "x") +## Does this PR introduce a breaking change? ``` [ ] Yes [ ] No ``` -If this PR contains a breaking change, please describe the impact and migration path for existing applications: ... + -**Other information**: - +## Other information