Skip to content

Commit 920c2e8

Browse files
expezLars Andersen
authored andcommitted
Update the recommended steps when reporting issues
Recently quite a few of the bugs reported have been either missing reproduction steps or been caused by interactions with other packages. I'm hoping this will increase the percentage of issues which are immediately actionable without one of us asking some variant of "How can I reproduce this?".
1 parent 3487955 commit 920c2e8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ elpaclean : clean
4747

4848
%.elc : %.el
4949
$(CASK) build
50+
51+
run-cider: elpa
52+
cask exec emacs -Q -L . --eval "(require 'cider)"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,9 @@ Report issues and suggest features and improvements on the
10781078
questions on the issue tracker - the mailing list and the IRC channel are the
10791079
places for questions.
10801080

1081+
If you want to file a bug, please clone this repo and provide sufficient details to reproduce the issue. Start by running `make run-cider`.
1082+
This will bring up Emacs with only the latest version of CIDER loaded. By starting fresh, with the latest code, we can ensure that the problem at hand isn't already fixed or caused by interactions with other packages.
1083+
10811084
### Patches
10821085

10831086
Patches under any form are always welcome! GitHub pull requests are even better! :-)

0 commit comments

Comments
 (0)