aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-08-06 15:59:16 +0200
committerLukas Larsson <[email protected]>2019-08-06 16:17:11 +0200
commit1012012d4799de44c26826584fd155a95a0c92aa (patch)
treef18c5089f84eca5646b328ede50ac2ad288c063c
parentce2a4e4409a5b0da5522056c29df27ab0afe95ee (diff)
downloadotp-1012012d4799de44c26826584fd155a95a0c92aa.tar.gz
otp-1012012d4799de44c26826584fd155a95a0c92aa.tar.bz2
otp-1012012d4799de44c26826584fd155a95a0c92aa.zip
otp: Add make dialyzer and make xmllint documentation
-rw-r--r--CONTRIBUTING.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8814e506f9..b754fbd662 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,7 +30,7 @@ By making a contribution to this project, I certify that:
Erlang/otp is licensed under the
Apache License 2.0
-As stated in: LICENSE.txt
+As stated in: [LICENSE.txt](LICENSE.txt)
http://developercertificate.org/
@@ -95,6 +95,9 @@ a discussion on the mailing list.
* Make sure existing test cases don't fail. It is not necessary to run all tests (that would take many hours),
but you should at least run the tests for the application you have changed.
See [Running tests](https://github.com/erlang/otp/wiki/Running-tests).
+* Make sure the documentation builds and is according to the dtd. eg. `make xmllint` or `cd lib/stdlib/ && make xmllint`
+* Make sure no new dialyzer warnings have been added. eg. `make dialyzer` or `cd lib/stdlib/ && make dialyzer`
+* Make sure that travis passes, if you go to https://travis-ci.org/$YOUR_GITHUB_USER/otp/ you can enable travis builds for you otp fork.
Make sure that your branch contains clean commits: