Skip to content

Commit a8a5a68

Browse files
committed
Format files with prettier@2
1 parent c69ec47 commit a8a5a68

32 files changed

+860
-868
lines changed

.github/CONTRIBUTING.md

-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ Please note that this project is released with a [Contributor Code of Conduct](.
99
To save everyone some time, please use [EditorConfig](http://editorconfig.org), so your editor helps make
1010
sure we all use the same encoding, indentation, line endings, etc.
1111

12-
1312
## Compatibility
1413

1514
This repository follows the [compatibility guidelines of `sinon`](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#compatibility)
1615

17-
1816
## Style
1917

2018
This repository follows the [style guidelines of `sinon`](https://github.com/sinonjs/sinon/blob/master/CONTRIBUTING.md#style)

.github/ISSUE_TEMPLATE.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ The issue tracker is solely meant for posting bugs, feature requests and non-usa
99

1010
> We understand you have a problem and are in a hurry, but please provide us with some info to make it much more likely for your issue to be understood, worked on and resolved quickly.
1111
12-
13-
* library version : _please verify that the bug exists in the latest release_
14-
* Environment :
15-
* Example URL :
16-
* Other libraries you are using:
12+
- library version : _please verify that the bug exists in the latest release_
13+
- Environment :
14+
- Example URL :
15+
- Other libraries you are using:
1716

1817
**What did you expect to happen?**
1918

2019
**What actually happens**
2120

2221
**How to reproduce**
23-
> Describe *with code* how to reproduce the faulty behaviour,
22+
23+
> Describe _with code_ how to reproduce the faulty behaviour,
2424
> or link to code on JSBin or similar
2525
2626
<!-- Delete the section below if it is irrelevant to your issue -->
@@ -31,4 +31,5 @@ The issue tracker is solely meant for posting bugs, feature requests and non-usa
3131
other lengthy material, such as 80 lines of example code,
3232
please stuff it in a `<details>` tag such as this
3333
to make the issue more readable. Thanks.
34+
3435
</details>

.github/PULL_REQUEST_TEMPLATE.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
> Example: Fix issue #123456 by re-structuring the colour selection conditional in method `paintBlue`
55
-->
66

7-
87
<!-- (Problem in detail) - optional -->
8+
99
#### Background
10+
1011
<!--
1112
> When relevant, give a more thorough description of what the problem the PR is trying to solve. Examples of good topics for this section are:
1213
> * Link to an existing GitHub issue describing the problem
@@ -15,9 +16,10 @@
1516
> * Discussion of different approaches to solving this problem and why you chose your proposed solution
1617
-->
1718

18-
1919
<!-- (Solution in detail) - optional -->
20+
2021
#### Solution
22+
2123
<!--
2224
> When contributing code (and not just fixing typos, documentation and configuration), please describe why/how your solution works. This helps reviewers spot any mistakes in the implementation.
2325
>
@@ -26,8 +28,8 @@
2628
> Then your reviewer might spot a mistake in the implementation, if `paintBlue()` uses the colour red.
2729
-->
2830

29-
3031
<!-- mandatory -->
32+
3133
#### How to verify
3234

3335
1. Check out this branch

CODE_OF_CONDUCT.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ We pledge to act and interact in ways that contribute to an open, welcoming, div
1010

1111
Examples of behavior that contributes to a positive environment for our community include:
1212

13-
* Demonstrating empathy and kindness toward other people
14-
* Being respectful of differing opinions, viewpoints, and experiences
15-
* Giving and gracefully accepting constructive feedback
16-
* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17-
* Focusing on what is best not just for us as individuals, but for the overall community
13+
- Demonstrating empathy and kindness toward other people
14+
- Being respectful of differing opinions, viewpoints, and experiences
15+
- Giving and gracefully accepting constructive feedback
16+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
- Focusing on what is best not just for us as individuals, but for the overall community
1818

1919
Examples of unacceptable behavior include:
2020

21-
* The use of sexualized language or imagery, and sexual attention or
22-
advances of any kind
23-
* Trolling, insulting or derogatory comments, and personal or political attacks
24-
* Public or private harassment
25-
* Publishing others' private information, such as a physical or email
26-
address, without their explicit permission
27-
* Other conduct which could reasonably be considered inappropriate in a
28-
professional setting
21+
- The use of sexualized language or imagery, and sexual attention or
22+
advances of any kind
23+
- Trolling, insulting or derogatory comments, and personal or political attacks
24+
- Public or private harassment
25+
- Publishing others' private information, such as a physical or email
26+
address, without their explicit permission
27+
- Other conduct which could reasonably be considered inappropriate in a
28+
professional setting
2929

3030
## Enforcement Responsibilities
3131

@@ -67,7 +67,7 @@ Community leaders will follow these Community Impact Guidelines in determining t
6767

6868
### 4. Permanent Ban
6969

70-
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
70+
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
7171

7272
**Consequence**: A permanent ban from any sort of public interaction within the community.
7373

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Support us with a monthly donation and help us continue our activities. [[Become
4343
<a href="https://opencollective.com/sinon/backer/28/website" target="_blank"><img src="https://opencollective.com/sinon/backer/28/avatar.svg"></a>
4444
<a href="https://opencollective.com/sinon/backer/29/website" target="_blank"><img src="https://opencollective.com/sinon/backer/29/avatar.svg"></a>
4545

46-
4746
## Sponsors
4847

4948
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/sinon#sponsor)]

0 commit comments

Comments
 (0)