You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/03/20 04:49:48 UTC

directory-kerby git commit: Added simple how to contribute

Repository: directory-kerby
Updated Branches:
  refs/heads/master 07cdbac51 -> 4cbe950b7


Added simple how to contribute


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/4cbe950b
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/4cbe950b
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/4cbe950b

Branch: refs/heads/master
Commit: 4cbe950b7bb3af6d1c87f33f10cf28d1a9771b4e
Parents: 07cdbac
Author: Drankye <dr...@gmail.com>
Authored: Fri Mar 20 11:43:02 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Fri Mar 20 11:43:02 2015 +0800

----------------------------------------------------------------------
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/4cbe950b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6c41a69..d2e4836 100644
--- a/README.md
+++ b/README.md
@@ -77,10 +77,14 @@ Independent of Kerberos code in JRE, but rely on JCE
 ### Dependency
 The core part is ensured to only depend on the JRE and SLF4J. Every external dependency is taken carefully and maintained separately.
 
-##### Contrib Projects
+##### Lib Projects
 - kerby-asn1. A model driven ASN-1 encoding and decoding framework
 - kerby-event. A pure event driven application framework aiming to construct applications of asynchronous and concurrent handlers. It includes UDP and TCP transports based on pure Java NIO and concurrency pattern.
 - kerby-config. A unified configuration API that aims to support various configuration file formats, like XML, INI, even Java Map and Properties.
 
 ### License
 Apache License V2.0
+
+### How to contribute
+- Git repo in Apache: [Source codes](https://git-wip-us.apache.org/repos/asf/directory-kerby.git)
+- Umbrella JIRA: it's tracked in the master JIRA [DIRKRB-102](https://issues.apache.org/jira/browse/DIRKRB-102), and find tasks there.
\ No newline at end of file