Repository: incubator-htrace Updated Branches: refs/heads/master cfdae97d7 -> 878e4e0a9
HTRACE-380. Add how to contribute instruction to README.md. (Colin Patrick McCabe via iwasakims) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/878e4e0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/878e4e0a Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/878e4e0a Branch: refs/heads/master Commit: 878e4e0a9b83f1aa94ce418883d695d7bd0881e4 Parents: cfdae97 Author: Masatake Iwasaki <[email protected]> Authored: Wed Aug 10 21:49:07 2016 +0900 Committer: Masatake Iwasaki <[email protected]> Committed: Wed Aug 10 21:49:07 2016 +0900 ---------------------------------------------------------------------- README.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/878e4e0a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7b11dab..36f1db9 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,12 @@ For help on building the software, see [BUILDING.txt](./BUILDING.txt). For details about integrating HTrace into an application, see the [developer guide](./src/main/site/markdown/developer_guide.md) +If you have an idea or a patch to improve HTrace, file a [JIRA issue at the bug +tracker] (https://issues.apache.org/jira/browse/htrace) or post to our [mailing +list] (http://htrace.incubator.apache.org/mail-lists.html). + +<b>NOTE</b>: Please create a JIRA issue for each pull request. If you just create a +pull request but no JIRA, we might not notice your patch! + See the [release guide](./src/main/site/markdown/building.md) for information about making an HTrace release.
