We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e92d9 commit 21f5135Copy full SHA for 21f5135
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
## v0.2.6 2019-07-04
6
7
- Adjust color mode initialization from media query #157
CONTRIBUTING.md
@@ -47,6 +47,11 @@ Running tests in watch mode:
47
yarn test --watch
48
```
49
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
55
[yarn]: https://yarnpkg.com
56
[yarn workspaces]: https://yarnpkg.com/en/docs/workspaces
57
[lerna]: https://github.com/lerna/lerna
0 commit comments