docs: various minor formatting changes (#18046)
This commit is contained in:
parent
a9757ec674
commit
e131f6bbe8
|
@ -1,14 +1,14 @@
|
||||||
<!--
|
<!--
|
||||||
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
|
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
|
||||||
|
|
||||||
ISSUES MISSING IMPORTANT INFORMATION MIGHT BE CLOSED WITHOUT INVESTIGATION.
|
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## I'm submitting a ...
|
## I'm submitting a...
|
||||||
<!-- Check one of the following options with "x" -->
|
<!-- Check one of the following options with "x" -->
|
||||||
<pre><code>
|
<pre><code>
|
||||||
[ ] Regression (behavior that used to work and stopped working in a new release)
|
[ ] Regression (a behavior that used to work and stopped working in a new release)
|
||||||
[ ] Bug report <!-- Please search github for a similar issue or PR before submitting -->
|
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
|
||||||
[ ] Feature request
|
[ ] Feature request
|
||||||
[ ] Documentation issue or 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
|
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
|
||||||
|
@ -32,7 +32,7 @@ https://plnkr.co or similar (you can use this template as a starting point: http
|
||||||
<!-- Describe the motivation or the concrete use case. -->
|
<!-- Describe the motivation or the concrete use case. -->
|
||||||
|
|
||||||
|
|
||||||
## Please tell us about your environment
|
## Environment
|
||||||
|
|
||||||
<pre><code>
|
<pre><code>
|
||||||
Angular version: X.Y.Z
|
Angular version: X.Y.Z
|
||||||
|
@ -49,8 +49,8 @@ Browser:
|
||||||
- [ ] Edge version XX
|
- [ ] Edge version XX
|
||||||
|
|
||||||
For Tooling issues:
|
For Tooling issues:
|
||||||
- Node version: XX <!-- use `node --version` -->
|
- Node version: XX <!-- run `node --version` -->
|
||||||
- Platform: <!-- Mac, Linux, Windows -->
|
- Platform: <!-- Mac, Linux, Windows -->
|
||||||
|
|
||||||
Others:
|
Others:
|
||||||
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
|
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
|
||||||
|
|
Loading…
Reference in New Issue