aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2018-04-18 21:26:43 -0700
committerKristen Kozak <sebright@google.com>2018-04-18 22:12:54 -0700
commitd14f40bafd6898ecce35bb7a8f3ef4e7605a14c2 (patch)
treedaadcc2f4112f567a56b826f13577841790e7f4a /CONTRIBUTING.md
parentd3269b6c4ceeb69f15c5d07c4b514688caf009ca (diff)
downloadplatform_external_opencensus-java-d14f40bafd6898ecce35bb7a8f3ef4e7605a14c2.tar.gz
platform_external_opencensus-java-d14f40bafd6898ecce35bb7a8f3ef4e7605a14c2.tar.bz2
platform_external_opencensus-java-d14f40bafd6898ecce35bb7a8f3ef4e7605a14c2.zip
Add a Markdown changelog, starting at version 0.9.0 (closes #945).
Most of the entries are copied from the GitHub releases page or commit messages.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c76ccd3e..db5e1ce9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -121,7 +121,8 @@ could mean that `import-control.xml` needs to be updated.
## Proposing changes
-Create a Pull Request with your changes. The continuous integration build will
-run the tests and static analysis. It will also check that the pull request
-branch has no merge commits. When the changes are accepted, they will be merged
-or cherry-picked by an OpenCensus core developer.
+Create a Pull Request with your changes. Please add any user-visible changes to
+CHANGELOG.md. The continuous integration build will run the tests and static
+analysis. It will also check that the pull request branch has no merge commits.
+When the changes are accepted, they will be merged or cherry-picked by an
+OpenCensus core developer.