Siddhesh Poyarekar has uploaded this change for review. ( https://gem5-review.googlesource.com/8322

Change subject: misc: Fix up markdown formatting for github
......................................................................

misc: Fix up markdown formatting for github

When rendering CONTRIBUTING.md, github considers the angular brackets
as tags and the backticks as code, thus breaking the instructions.
Use a slightly different format to allow it to render correctly.

Change-Id: I74257d29a30796e34964fdaa41060c286389870f
Signed-off-by: Siddhesh Poyarekar <siddhesh.poyare...@gmail.com>
---
M CONTRIBUTING.md
1 file changed, 5 insertions(+), 3 deletions(-)



diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e1b3c6d..efb88c4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -205,7 +205,9 @@
push the changeset at HEAD, this will create a new review request on top of the
 master branch. More generally,

- > git push <gem5 gerrit instance> <changeset>:refs/for/<branch>
+```
+ git push <gem5 gerrit instance> <changeset>:refs/for/<branch>
+```

See https://gerrit-review.googlesource.com/Documentation/user-upload.html for
 more information.
@@ -221,9 +223,9 @@
clone of the git repo, you need to run the following command to automatically
 insert the change id in the the commit (all on one line).

- > curl -Lo `git rev-parse --git-dir`/hooks/commit-msg
+ > curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg
    https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x
-   `git rev-parse --git-dir`/hooks/commit-msg
+   $(git rev-parse --git-dir)/hooks/commit-msg

 If you receive the above error, simply run this command and then amend your
 changeset.

--
To view, visit https://gem5-review.googlesource.com/8322
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I74257d29a30796e34964fdaa41060c286389870f
Gerrit-Change-Number: 8322
Gerrit-PatchSet: 1
Gerrit-Owner: Siddhesh Poyarekar <siddhesh.poyare...@gmail.com>
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to