Skip to content

Commit

Permalink
[docs] Minor fixes (#15836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes authored and oliviertassinari committed May 24, 2019
1 parent cb58934 commit a99c12b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Expand Up @@ -23,17 +23,13 @@ Patches or hotfix releases are prepared on an independent branch.
#### `master` is for 4.x

We will do our best to keep `master` in good shape, with tests passing at all times.
However, in order to move fast, we will make API changes that your application might not be compatible with.

### How to increase the chance of being accepted?

We will only accept a pull request for which all tests pass. Make sure the following is true:
- The branch is targeted at:
- `master` for ongoing development.
- The branch is not behind its target.
- If a breaking change is introduced:
- There is an open RFC issue that the PR addresses.
- The issue and the PR should be included in [#13663](https://github.com/mui-org/material-ui/issues/13663).
- If a feature is being added:
- If the result was already achievable with the core library, explain why this
feature needs to be added to the core.
Expand All @@ -43,7 +39,7 @@ We will only accept a pull request for which all tests pass. Make sure the follo
- The code is formatted (run `yarn prettier`).
- The code is linted (run `yarn lint`).
- If API documentation is being changed in the source, `yarn docs:api` was run.
- If prop types were changed, the TypeScript declarations were updated.
- If props were added or prop types were changed, the TypeScript declarations were updated.
- If TypeScript declarations were changed, `yarn typescript` passed.
- If demos were changed, make sure `yarn docs:typescript:formatted` does not introduce changes.
See [About TypeScript demos](#about-typescript-demos).
Expand Down
4 changes: 0 additions & 4 deletions examples/preact/package.json
Expand Up @@ -106,10 +106,6 @@
"web.jsx",
"jsx",
"node"
],
"watchPlugins": [
"/Users/oliviertassinari/preact/node_modules/jest-watch-typeahead/filename.js",
"/Users/oliviertassinari/preact/node_modules/jest-watch-typeahead/testname.js"
]
},
"babel": {
Expand Down

0 comments on commit a99c12b

Please sign in to comment.