From 539debfc6c07b1cd9bf478452869f36583877eca Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Tue, 2 Dec 2014 20:16:36 -0500 Subject: Add CONTRIBUTING.org --- CONTRIBUTING.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.org (limited to 'CONTRIBUTING.org') diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org new file mode 100644 index 0000000..46fcf13 --- /dev/null +++ b/CONTRIBUTING.org @@ -0,0 +1,23 @@ +If you need help, search the issue tracker to see if anyone has asked +your question before. If it hasn't, a good place to ask first is our +chat room on [[https://gitter.im/vermiculus/sx.el][Gitter]]. Opening an issue is welcome of course, but chat +will likely be faster for you. If a code change needs to be made, an +issue can be written up as necessary. + +Have a great idea for SX? Again, discuss it on [[https://gitter.im/vermiculus/sx.el][Gitter]] first! Don't +limit ideas to mimicking the official website, either -- this is +Emacs; we should take advantage of its abilities. + +To see what we're working on /right now/, check out our [[http://www.waffle.io/vermiculus/sx.el][Waffle board]]. +If you would like to contribute, feel free to take on anything in the +=ready= column (which translates to the =ready= label in GitHub +issues). These are issues which have been discussed enough to provide +a good idea of what should be done. Issues in =backlog= are either +still under discussion or simply are in the backlog. + +Of course, the greatest gift you can give to SX is a good word. Star +the project on GitHub, mention it to others who would use it in your +StackExchange chat rooms (as always, be courteous and respectful), and +use it yourself. + +Enjoy! -- cgit v1.2.3 From dda1b93cc57fbb7f4076950c43689b7fb7a7fb53 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 3 Dec 2014 14:05:30 -0500 Subject: Link to `ready' issues --- CONTRIBUTING.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CONTRIBUTING.org') diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org index 46fcf13..3fcf111 100644 --- a/CONTRIBUTING.org +++ b/CONTRIBUTING.org @@ -10,10 +10,10 @@ Emacs; we should take advantage of its abilities. To see what we're working on /right now/, check out our [[http://www.waffle.io/vermiculus/sx.el][Waffle board]]. If you would like to contribute, feel free to take on anything in the -=ready= column (which translates to the =ready= label in GitHub -issues). These are issues which have been discussed enough to provide -a good idea of what should be done. Issues in =backlog= are either -still under discussion or simply are in the backlog. +=ready= Waffle column (or the [[https://github.com/vermiculus/sx.el/issues?q=is%3Aopen+is%3Aissue+label%3Aready+-label%3A%22in+progress%22][=ready= GitHub label]]). These are issues +which have been discussed enough to provide a good idea of what should +be done. Issues in =backlog= are either still under discussion or +simply are in the backlog. Of course, the greatest gift you can give to SX is a good word. Star the project on GitHub, mention it to others who would use it in your -- cgit v1.2.3