summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-02-16 12:12:52 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-02-16 12:12:52 +0100
commit3d51cc53f56779990913764b4a7f32c9ce4dae90 (patch)
treed732d307b4eb7871885dd612c7b887ae26f6990d /README.md
parent6da9dd976fe43bbe32c9e0aa76250e614e42760d (diff)
downloadATCD-3d51cc53f56779990913764b4a7f32c9ce4dae90.tar.gz
Icon changes
* README.md:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index dc1a269f8c1..55a9a48708b 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,8 @@ An occasional contributor will only submit patches via a pull requests. The pull
Occasional contributors should *always* fork the upstream project on GitHub and work off a clone of this fork
+:bulb: A GitHub pull request is the preferred method to submit a patch!
+
#### Creating a pull request on GitHub
![Git Workflow 2](https://docs.jboss.org/author/download/attachments/4784485/git_wf_2.png)
@@ -140,7 +142,7 @@ git push -f origin BZ-12345
7. Continue your work on your topic branch.
-:warning If you are sharing your forked ACE/TAO repo with others, then do not rebase! Use a merge instead.
+:warning: If you are sharing your forked ACE/TAO repo with others, then do not rebase! Use a merge instead.
#### Multi-step coordination between developers using forked repositories