Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Minor fixes #15836

Merged
merged 1 commit into from May 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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