You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by sh...@apache.org on 2020/10/07 18:30:31 UTC

[kibble] branch master updated: Update CONTRIBUTING.md

This is an automated email from the ASF dual-hosted git repository.

sharan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new 37c4943  Update CONTRIBUTING.md
     new d3458b1  Merge pull request #39 from PolideaInternal/improve-contributing
37c4943 is described below

commit 37c4943711aee3f7db34e6d69b46dff96fbbeeb2
Author: Tomek Urbaszek <to...@polidea.com>
AuthorDate: Tue Oct 6 23:07:34 2020 +0200

    Update CONTRIBUTING.md
    
    Small improvements to the CONTRIBUTING guide. I wanted to
    add development installation but I'm facing some issued
---
 CONTRIBUTING.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 80bd475..86ec40b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
 # Contributing to Kibble #
 
-_This document is a work in progress!_
+## Community 
 
 The main development and design discussion happens on our mailing lists.
 We have a list specifically for development, and one for future user questions and feedback.
@@ -9,4 +9,11 @@ To join in the discussion on the design and roadmap, you can send an email to [d
 You can subscribe to the list by sending an email to [dev-subscribe@kibble.apache.org](mailto:dev-subscribe@kibble.apache.org).<br/>
 You can also browse the archives online at [lists.apache.org](https://lists.apache.org/list.html?dev@kibble.apache.org).
 
-We also have an IRC channel, #kibble on [Freenode](https://webchat.freenode.net/?channels=#kibble)
\ No newline at end of file
+We also have:
+- IRC channel, #kibble on [Freenode](https://webchat.freenode.net/?channels=#kibble)
+- Slack channel, #kibble on [ASF slack](https://s.apache.org/slack-invite)
+
+## Development installation
+
+This project requires Python in higher version than 3.3.
+More information will come soon!