mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Doc'd a few contributing guidelines.
This commit is contained in:
parent
624573726a
commit
9caa3e0a29
2 changed files with 7 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue