Skip to content

Commit 1227f1a

Browse files
committed
chore(.github) fix line endings
1 parent 586f9a2 commit 1227f1a

File tree

3 files changed

+83
-76
lines changed

3 files changed

+83
-76
lines changed
Lines changed: 46 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,46 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
5-
---
6-
7-
<!-- Please don't delete this template or we'll close your issue -->
8-
<!-- Before creating an issue please make sure you are using the latest version of webpack. -->
9-
10-
# Bug report
11-
12-
<!-- Please ask questions on StackOverflow or the webpack Gitter. -->
13-
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
14-
<!-- https://gitter.im/webpack/webpack -->
15-
<!-- Issues which contain questions or support requests will be closed. -->
16-
17-
**What is the current behavior?**
18-
19-
20-
**If the current behavior is a bug, please provide the steps to reproduce.**
21-
22-
23-
<!-- A great way to do this is to provide your configuration via a GitHub repo. -->
24-
<!-- Best provide a minimal reproduceable repo with instructions -->
25-
<!-- Repos with too many files or long configs are not suitable -->
26-
<!-- Please only add small snippets of code directly into the issue -->
27-
<!-- https://gist.github.com is a good place for longer code snippets -->
28-
<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo instead. -->
29-
30-
**What is the expected behavior?**
31-
32-
33-
<!-- "It should work" is not a good explaination -->
34-
<!-- Explain how exactly you expecting it to behave -->
35-
36-
**Other relevant information:**
37-
webpack version:
38-
Node.js version:
39-
Operating System:
40-
Additional tools:
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
---
5+
6+
<!-- Please don't delete this template or we'll close your issue -->
7+
8+
<!-- Before creating an issue please make sure you are using the latest version of webpack. -->
9+
10+
# Bug report
11+
12+
<!-- Please ask questions on StackOverflow or the webpack Gitter. -->
13+
14+
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
15+
16+
<!-- https://gitter.im/webpack/webpack -->
17+
18+
<!-- Issues which contain questions or support requests will be closed. -->
19+
20+
**What is the current behavior?**
21+
22+
**If the current behavior is a bug, please provide the steps to reproduce.**
23+
24+
<!-- A great way to do this is to provide your configuration via a GitHub repo. -->
25+
26+
<!-- Best provide a minimal reproduceable repo with instructions -->
27+
28+
<!-- Repos with too many files or long configs are not suitable -->
29+
30+
<!-- Please only add small snippets of code directly into the issue -->
31+
32+
<!-- https://gist.github.com is a good place for longer code snippets -->
33+
34+
<!-- If your issue is caused by a plugin or loader file the issue on the plugin/loader repo instead. -->
35+
36+
**What is the expected behavior?**
37+
38+
<!-- "It should work" is not a good explaination -->
39+
40+
<!-- Explain how exactly you expecting it to behave -->
41+
42+
**Other relevant information:**
43+
webpack version:
44+
Node.js version:
45+
Operating System:
46+
Additional tools:
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
5-
---
6-
7-
<!-- Please don't delete this template or we'll close your issue -->
8-
9-
## Feature request
10-
11-
<!-- Issues which contain questions or support requests will be closed. -->
12-
<!-- Before creating an issue please make sure you are using the latest version of webpack. -->
13-
<!-- Check if this feature need to be implemented in a plugin or loader instead -->
14-
<!-- If yes: file the issue on the plugin/loader repo -->
15-
<!-- Features related to the development server should be filed on this repo instead -->
16-
17-
**What is the expected behavior?**
18-
19-
20-
**What is motivation or use case for adding/changing the behavior?**
21-
22-
23-
**How should this be implemented in your opinion?**
24-
25-
26-
**Are you willing to work on this yourself?**
27-
yes
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
---
5+
6+
<!-- Please don't delete this template or we'll close your issue -->
7+
8+
## Feature request
9+
10+
<!-- Issues which contain questions or support requests will be closed. -->
11+
12+
<!-- Before creating an issue please make sure you are using the latest version of webpack. -->
13+
14+
<!-- Check if this feature need to be implemented in a plugin or loader instead -->
15+
16+
<!-- If yes: file the issue on the plugin/loader repo -->
17+
18+
<!-- Features related to the development server should be filed on this repo instead -->
19+
20+
**What is the expected behavior?**
21+
22+
**What is motivation or use case for adding/changing the behavior?**
23+
24+
**How should this be implemented in your opinion?**
25+
26+
**Are you willing to work on this yourself?**
27+
yes

.github/ISSUE_TEMPLATE/Other.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
---
2-
name: Other
3-
about: Something else
4-
5-
---
6-
7-
<!-- Bug reports and Feature requests must use other templates, or will be closed -->
8-
<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->
9-
<!-- Issues which contain questions or support requests will be closed. -->
1+
---
2+
name: Other
3+
about: Something else
4+
---
5+
6+
<!-- Bug reports and Feature requests must use other templates, or will be closed -->
7+
8+
<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). -->
9+
10+
<!-- Issues which contain questions or support requests will be closed. -->

0 commit comments

Comments
 (0)