diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-08-02 20:07:47 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2016-08-02 20:07:47 +0200 |
commit | 61ff36da99c1645ba67fa8533331b80060e17145 (patch) | |
tree | bae177f541c7e3556147bda82b85db7e911e720a /README.md | |
parent | c7488fe0bc9f35416d2adf2b2c2b56efad4cc1c6 (diff) | |
download | ATCD-61ff36da99c1645ba67fa8533331b80060e17145.tar.gz |
Rework to mention that occasional contributors should use pull requests
* README.md:
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
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 |