Commit 8650381e by John Plate Committed by Commit Bot

Avoid implication that adding the issue number is optional

Bug: angleproject:1944 Change-Id: I89867c20c724c8db4d8edeb15fa4e32769f2a578 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2749596 Commit-Queue: John Plate <jplate@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent b7fc9518
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
CL with a particular review, and track dependencies between commits. CL with a particular review, and track dependencies between commits.
* Download the hook from * Download the hook from
[https://chromium-review.googlesource.com/tools/hooks/commit-msg][commit-msg-hook] and copy [https://chromium-review.googlesource.com/tools/hooks/commit-msg][commit-msg-hook] and copy
this file to `.git/hooks/commit-msg` within your local repository. On non-Windows, platforms, this file to `.git/hooks/commit-msg` within your local repository. On non-Windows platforms,
ensure that permissions are set to allow execution. ensure that permissions are set to allow execution.
* *BE AWARE:* Some patch management tools, such as StGit, currently bypass git hooks. They should * *BE AWARE:* Some patch management tools, such as StGit, currently bypass git hooks. They should
not currently be used with changes intended for review. not currently be used with changes intended for review.
...@@ -146,9 +146,9 @@ ...@@ -146,9 +146,9 @@
* `git add src/../FileName.cpp` * `git add src/../FileName.cpp`
* `git commit` * `git commit`
* A text editor will open. Add a description at the top of the file. * A text editor will open. Add a description at the top of the file.
* If your changes are associated with an issue in the issue tracker (e.g. a fix for a reported * Associate the CL with an issue in the issue tracker (e.g. a fix for a reported bug)
bug), please associate the CL with that issue by adding the following line to the commit by adding the following line to the commit message: `Bug: angleproject:<issue number>`.
message: `Bug: angleproject:<issue number>`. * If necessary please file a new bug at http://anglebug.com/new
* Save. * Save.
* Close the text editor. * Close the text editor.
* Use `git commit --amend` to update your CL with new changes. * Use `git commit --amend` to update your CL with new changes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment