summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@users.noreply.github.com>2016-08-02 20:08:20 +0200
committerGitHub <noreply@github.com>2016-08-02 20:08:20 +0200
commit2ff3fb57364cc240a9fbe9d461d4088d501ea2ad (patch)
treebae177f541c7e3556147bda82b85db7e911e720a
parentc7488fe0bc9f35416d2adf2b2c2b56efad4cc1c6 (diff)
parent61ff36da99c1645ba67fa8533331b80060e17145 (diff)
downloadATCD-2ff3fb57364cc240a9fbe9d461d4088d501ea2ad.tar.gz
Merge pull request #277 from jwillemsen/master
Rework to mention that occasional contributors should use pull requests
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 842b139ecd3..9f6f005cbdb 100644
--- a/README.md
+++ b/README.md
@@ -76,17 +76,10 @@ The project assumes one of 3 _roles_ an individual may assume when interacting w
### Occasional Contributor
-This role defines a user who browses through the source code of the project and occasionally submits patches. Patches may be submitted in one of two ways:
-
-* Attach a patch file to the Bugzila issue (ATCD Bug tracking system may be found [here](http://bugzilla.dre.vanderbilt.edu/)).
-* Creating a pull request on GitHub
-
-The approach a contributor chooses to use depends entirely his/her personal preference, but usually is tied to how the
-contributor accesses ACE/TAO source code. If the contributor directly clones the upstream repository,
-they should submit patch files. If the contributor instead uses their personal GitHub account to fork the upstream repository, then they are should issue a pull request.
-
-![Tip][tip] A GitHub pull request is the preferred method to submit a patch!
+This role defines a user who browses through the source code of the project and occasionally submits patches.
+A occasional contributor will only submit patches via a pull requests. The pull request will be submitted via GitHub.
+Occasional contributors should *always* fork the upstream project on GitHub and work off a clone of this fork
#### Attach a patch file to the Bugzilla issue