Skip to content

Commit 21f5135

Browse files
committed
Update contributing doc
1 parent a0e92d9 commit 21f5135

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## Unreleased
4+
35
## v0.2.6 2019-07-04
46

57
- Adjust color mode initialization from media query #157

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ Running tests in watch mode:
4747
yarn test --watch
4848
```
4949

50+
## Pull Requests
51+
52+
When opening a pull request, please be sure to update any relevant documentation in the READMEs or in the `packages/docs` directory.
53+
Also include a high-level list of changes in the [CHANGELOG.md](CHANGELOG.md) file at the top under the `## Unreleased` heading.
54+
5055
[yarn]: https://yarnpkg.com
5156
[yarn workspaces]: https://yarnpkg.com/en/docs/workspaces
5257
[lerna]: https://github.com/lerna/lerna

0 commit comments

Comments
 (0)