summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/committing-code.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-03-25 18:26:23 -0400
committerGitHub <noreply@github.com>2019-03-25 18:26:23 -0400
commit9caa3e0a29c54939cc923c1693f491ff6c8e77e2 (patch)
treee46c6460566aad43ba2734ee56e56241064bc670 /docs/internals/contributing/committing-code.txt
parent624573726aa5982d1c73aac85fb27aea3b3b23b7 (diff)
Doc'd a few contributing guidelines.
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
-rw-r--r--docs/internals/contributing/committing-code.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt
index cc1d29c521..d66c44180f 100644
--- a/docs/internals/contributing/committing-code.txt
+++ b/docs/internals/contributing/committing-code.txt
@@ -135,9 +135,10 @@ Django's Git repository:
specific tasks. Added guidelines of how to use Git, GitHub, and
how to use pull request together with Trac instead.
- If the patch wasn't a pull request, you should credit the contributors in
- the commit message: "Thanks A for report, B for the patch and C for the
- review."
+ Credit the contributors in the commit message: "Thanks A for the report and B
+ for review." Use git's `Co-Authored-By`_ as appropriate.
+
+ .. _Co-Authored-By: https://help.github.com/articles/creating-a-commit-with-multiple-authors/
* For commits to a branch, prefix the commit message with the branch name.
For example: "[1.4.x] Fixed #xxxxx -- Added support for mind reading."