1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 17:39:57 +02:00

update contributing docs

This commit is contained in:
Ian Storm Taylor
2019-11-27 20:57:55 -05:00
parent 4ff6972096
commit e766e7a4ac
2 changed files with 12 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ Please run through this checklist for your pull request:
- [ ] The new code matches the existing patterns and styles.
- [ ] The tests pass with `yarn test`.
- [ ] The linter passes with `yarn lint`. (Fix errors with `yarn fix`.)
- [ ] The relevant examples still work. (Run examples with `yarn watch`.)
- [ ] The relevant examples still work. (Run examples with `yarn start`.)
#### Does this fix any issues or need any specific reviewers?