1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
** Found a Bug?
Open an issue! Please include:
- a description of what you are trying to do
- the behavior you actually see
- steps we can take to reproduce the bug
If the bug actually causes Emacs to issue an error, please
additionally include the backtrace that led up to the error. To do
this, use ~M-x toggle-debug-on-error~ to make sure that the setting is
/enabled/. Now, when the error occurs, a =*Backtrace*= window will
open with most of the information that we typically need. Copy and
paste this into your bug report. (To get out of the =*Backtrace*=
window and Emacs' subsequent 'debug mode', press =q=.)
** Don't Know Your Way Around?
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.
** Want to Help?
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= 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
StackExchange chat rooms (as always, be courteous and respectful), and
use it yourself.
Enjoy!
|