aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-07-16 19:21:10 +0200
committerSverker Eriksson <[email protected]>2018-07-16 19:21:10 +0200
commit2072896468a6de9d94f757fc293fb68b06725e32 (patch)
treeccb70d7d2f6355505557f59c5a9b8cdd00d74893 /CONTRIBUTING.md
parent970732aaabaf7184dc11af27dc0211e9d93c05c6 (diff)
downloadotp-2072896468a6de9d94f757fc293fb68b06725e32.tar.gz
otp-2072896468a6de9d94f757fc293fb68b06725e32.tar.bz2
otp-2072896468a6de9d94f757fc293fb68b06725e32.zip
Add some more to the pull request instructions
Branch names and whitespaces.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c89301d0eb..96db464b52 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -43,6 +43,7 @@ for more information.
You can contribute to Erlang/OTP by opening a Pull Request.
Make sure you create a new branch for your pull request with `git checkout -b new-branch-name`.
+Give the branch a short but descriptive name, like `stdlib/lists-length-fix`.
Never do your work directly on `maint` or `master`.
## Fixing a bug
@@ -108,6 +109,7 @@ conflicts or include the latest changes.
compiled and that it works.
* Check for unnecessary whitespace before committing with `git diff --check`.
+However, do not fix preexisting whitespace errors in otherwise untouched source lines.
Check your coding style: