mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 12:48:00 +08:00
Allow title to be set when importing SVGs (#7118)
This commit is contained in:
committed by
Brody McKee
parent
7c0dfef237
commit
dc50dd320e
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
labels: "issue: bug"
|
||||
labels: 'issue: bug'
|
||||
---
|
||||
|
||||
<!--
|
||||
@@ -59,7 +59,6 @@ labels: "issue: bug"
|
||||
|
||||
(Write your answer here.)
|
||||
|
||||
|
||||
### Which terms did you search for in User Guide?
|
||||
|
||||
<!--
|
||||
@@ -79,7 +78,6 @@ labels: "issue: bug"
|
||||
|
||||
(Write your answer here if relevant.)
|
||||
|
||||
|
||||
### Environment
|
||||
|
||||
<!--
|
||||
@@ -96,7 +94,6 @@ labels: "issue: bug"
|
||||
|
||||
(paste the output of the command here.)
|
||||
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
<!--
|
||||
@@ -106,10 +103,9 @@ labels: "issue: bug"
|
||||
|
||||
(Write your steps here:)
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
### Expected behavior
|
||||
|
||||
@@ -121,7 +117,6 @@ labels: "issue: bug"
|
||||
|
||||
(Write what you thought would happen.)
|
||||
|
||||
|
||||
### Actual behavior
|
||||
|
||||
<!--
|
||||
@@ -132,7 +127,6 @@ labels: "issue: bug"
|
||||
|
||||
(Write what happened. Please add screenshots!)
|
||||
|
||||
|
||||
### Reproducible demo
|
||||
|
||||
<!--
|
||||
@@ -153,7 +147,6 @@ labels: "issue: bug"
|
||||
|
||||
(Paste the link to an example project and exact instructions to reproduce the issue.)
|
||||
|
||||
|
||||
<!--
|
||||
What happens if you skip this step?
|
||||
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/proposal.md
vendored
4
.github/ISSUE_TEMPLATE/proposal.md
vendored
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Proposal
|
||||
about: Suggest an idea for improving Create React App
|
||||
labels: "issue: proposal"
|
||||
labels: 'issue: proposal'
|
||||
---
|
||||
|
||||
### Is your proposal related to a problem?
|
||||
@@ -32,7 +32,7 @@ labels: "issue: proposal"
|
||||
### Additional context
|
||||
|
||||
<!--
|
||||
Is there anything else you can add about the proposal?
|
||||
Is there anything else you can add about the proposal?
|
||||
You might want to link to related issues here, if you haven't already.
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user