Skip to content

Commit 7de3e99

Browse files
committed
Merge pull request #1131 from clojure-emacs/update-issue-reporting-steps
Update the recommended steps when reporting issues
2 parents 4f32dba + 920c2e8 commit 7de3e99

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)