Skip to content

Commit 46d29e6

Browse files
committed
Use ":set wrap", Ryan :P
1 parent e0f6f97 commit 46d29e6

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ Thanks for contributing, you rock!
22

33
If you use our code, it is now *our* code.
44

5-
Please read https://reactjs.org/ and the Code of Conduct before opening an
6-
issue.
5+
Please read https://reactjs.org/ and the Code of Conduct before opening an issue.
76

87
- [Think You Found a Bug?](#bug)
98
- [Proposing New or Changed API?](#api)
@@ -15,24 +14,19 @@ issue.
1514
<a name="bug"/>
1615
## Think You Found a Bug?
1716

18-
Please provide a test case of some sort. Best is a pull request with a
19-
failing test. Next is a link to codepen/jsbin or repository that
20-
illustrates the bug. Finally, some copy/pastable code is acceptable.
17+
Please provide a test case of some sort. Best is a pull request with a failing test. Next is a link to codepen/jsbin or repository that illustrates the bug. Finally, some copy/pastable code is acceptable.
2118

2219
If you don't provide a test case, the issue will be closed.
2320

2421
<a name="api"/>
2522
## Proposing New or Changed API?
2623

27-
Please provide thoughtful comments and some sample code. Proposals
28-
without substance will be closed.
24+
Please provide thoughtful comments and some sample code. Proposals without substance will be closed.
2925

3026
<a name="attention"/>
3127
## Issue Not Getting Attention?
3228

33-
If you need a bug fixed and nobody is fixing it, it is your
34-
responsibility to fix it. Issues with no activity for 30 days may be
35-
closed.
29+
If you need a bug fixed and nobody is fixing it, it is your responsibility to fix it. Issues with no activity for 30 days may be closed.
3630

3731
<a name="pr"/>
3832
## Making a Pull Request?
@@ -45,23 +39,17 @@ All commits that fix bugs or add features need a test.
4539

4640
### Changelog
4741

48-
All commits that change or add to the API must be done in a pull request
49-
that also:
42+
All commits that change or add to the API must be done in a pull request that also:
5043

51-
- Add an entry to `CHANGES.md` with clear steps for updating code for
52-
changed or removed API.
44+
- Adds an entry to `CHANGES.md` with clear steps for updating code for changed or removed API
5345
- Updates examples
5446
- Updates the docs
5547

5648
## Development
5749

58-
- `npm test` will fire up a karma test runner and watch for changes
59-
- `npm start` fires up a webpack dev server that will watch
60-
for changes and build the examples
50+
- `npm test` starts a karma test runner and watch for changes
51+
- `npm start` starts a webpack dev server that will watch for changes and build the examples
6152

6253
## Hacking
6354

64-
The best way to hack on the router is to symlink it into your project
65-
using [`npm link`](https://docs.npmjs.com/cli/link). Then, use `npm run watch`
66-
to automatically watch the `modules` directory and output a new `build`
67-
every time something changes.
55+
The best way to hack on the router is to symlink it into your project using [`npm link`](https://docs.npmjs.com/cli/link). Then, use `npm run watch` to automatically watch the `modules` directory and output a new build every time something changes.

0 commit comments

Comments
 (0)