This is an automated email from the ASF dual-hosted git repository.
ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new c8324a9 Create CONTRIBUTING.md
c8324a9 is described below
commit c8324a90b972f48262fb59ac1591687a142e5ebb
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Sun Oct 18 20:34:46 2020 +0200
Create CONTRIBUTING.md
---
CONTRIBUTING.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..57724d1
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,16 @@
+Hello there!
+
+First of all, **Thank You** for contributing to Apache Fineract, we're
grateful for your interest in our project.
+
+Please do [join our developer mailing
list](https://fineract.apache.org/#contribute), as it's where discussions about
this project take place - say _Hi_ there!
+
+Our [JIRA
Dashboard](https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12335824)
is another good way to see what's going on (do create a Login).
+
+Here are a few additional useful pointers:
+
+* https://github.com/apache/fineract/#pull-requests
+* https://github.com/apache/fineract/#checkstyle-and-spotless
+* https://github.com/apache/fineract/#logging-guidelines
+* https://github.com/apache/fineract/#error-handling-guidelines
+
+Note also [our Code of Conduct](CODE_OF_CONDUCT.md).