Skip to content

Commit 363eb20

Browse files
manage line-breaks for windows
1 parent 45e7911 commit 363eb20

File tree

7 files changed

+1697
-927
lines changed

7 files changed

+1697
-927
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
env: {browser: true, es2020: true},
2+
env: {browser: true, es2020: true, node: true},
33
extends: [
44
'prettier',
55
'google',
@@ -14,5 +14,6 @@ module.exports = {
1414
rules: {
1515
'react-refresh/only-export-components': 'warn',
1616
'max-len': ['error', {'code': 120, 'tabWidth': 2}],
17+
'linebreak-style': ['error', 'windows'],
1718
},
1819
};

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ about: Create a report to help us improve
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
27+
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
3031

3132
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
33+
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
3638

3739
**Additional context**
3840
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Suggest an idea for this project
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

109
**Is your feature request related to a problem? Please describe.**

CODE_OF_CONDUCT.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# Code of Conduct
2-
The goal is to create a community that is open and welcoming to all individuals.
2+
3+
The goal is to create a community that is open and welcoming to all individuals.
34
To achieve this, we have developed a code of conduct that outlines the expectations for behavior of all members of our community.
45

56
## Pledge
7+
68
This community is founded on respect and understanding.
7-
All members are expected to treat others with respect and empathy, and to not tolerate any form of discrimination,
9+
All members are expected to treat others with respect and empathy, and to not tolerate any form of discrimination,
810
harassment, or attacks.
911

1012
## Expectations
13+
1114
Examples of behavior that contributes to creating a positive environment include:
1215

1316
- Using welcoming and inclusive language
1417
- Being respectful of differing viewpoints and experiences
1518
- Gracefully accepting constructive criticism
1619
- Focusing on what is best for the community
17-
- Showing empathy towards other community members
20+
- Showing empathy towards other community members
1821

1922
Examples of unacceptable behavior by participants include:
2023

@@ -25,14 +28,16 @@ Examples of unacceptable behavior by participants include:
2528
- Other conduct which could reasonably be considered inappropriate in a professional setting
2629

2730
## Responsibilities
31+
2832
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate
2933
and fair corrective action in response to any instances of unacceptable behavior.
3034

31-
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits,
32-
issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily
35+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits,
36+
issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily
3337
or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
3438

3539
## Contact
40+
3641
If you feel uncomfortable or believe that someone has violated the code of conduct, p
37-
lease contact us at [max.pfitzenmaier@googlemail.com](mailto:max.pfitzenmaier@googlemail.com).
38-
We will thoroughly investigate the incident and aim for the best possible outcome.
42+
lease contact us at [max.pfitzenmaier@googlemail.com](mailto:max.pfitzenmaier@googlemail.com).
43+
We will thoroughly investigate the incident and aim for the best possible outcome.

CONTRIBUTING.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Contributing Guide
2-
We welcome contributions from the community!
2+
3+
We welcome contributions from the community!
34
If you would like to participate in the project, here are some things to consider.
45

56
## Code of Conduct
7+
68
Please read and follow the [Code of Conduct](./CODE_OF_CONDUCT.md).
79

810
## Submission Guidelines
911

10-
### Submitting an Issue
11-
Before starting work on a pull request, please check if there is an open issue that your contribution relates to.
12+
### Submitting an Issue
13+
14+
Before starting work on a pull request, please check if there is an open issue that your contribution relates to.
1215
If there is no such issue, please create a new issue to describe your contribution and start the discussion.
1316

1417
### Submitting a Pull Request (PR)
18+
1519
When you are ready to submit your contribution, please create a pull request.
1620
Here are some things to consider:
1721

@@ -33,8 +37,10 @@ A maintainer will review your pull request and may ask you to make additional ch
3337
or provide more information before it is merged.
3438

3539
## License
36-
By submitting a contribution, you agree to have your contribution published under the project's license.
40+
41+
By submitting a contribution, you agree to have your contribution published under the project's license.
3742
Please make sure you have the right to submit your contribution under this license.
3843

3944
## Acknowledgements
40-
Thank you for wanting to contribute to the project! We appreciate the effort and time you are putting into your contribution.
45+
46+
Thank you for wanting to contribute to the project! We appreciate the effort and time you are putting into your contribution.

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Security Policy
2+
23
## Reporting a Vulnerability
34

4-
If you discover a security vulnerability regarding this project, please e-mail me to [max.pfitzenmaier@googlemail.com](mailto:max.pfitzenmaier@googlemail.com)!
5+
If you discover a security vulnerability regarding this project, please e-mail me to [max.pfitzenmaier@googlemail.com](mailto:max.pfitzenmaier@googlemail.com)!

0 commit comments

Comments
 (0)