Skip to content

Commit 4881fe1

Browse files
committed
Tweak the issue and the PR templates
1 parent bc01a42 commit 4881fe1

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Use the template below when reporting bugs. Please, make sure that
2-
you're running the latest stable release or the latest snapshot of
3-
`cider-nrepl` and that the problem you're reporting hasn't been
4-
reported (and potentially fixed) already.
1+
*Use the template below when reporting bugs. Please, make sure that you're
2+
running the latest stable release or the latest snapshot/pre-release of
3+
`cider-nrepl` and that the problem you're reporting hasn't been reported (and
4+
potentially fixed) already.*
55

66
## Expected behavior
77

88
## Actual behavior
99

1010
## Steps to reproduce the problem
1111

12-
This is extremely important! Providing us with a reliable way to reproduce
13-
a problem will expedite its solution.
12+
*This is extremely important! Providing us with a reliable way to reproduce
13+
a problem will expedite its solution.*
1414

1515
## Environment & Version information
1616

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ Before submitting a PR make sure the following things have been done:
66
- [ ] The new code is not generating reflection warnings
77
- [ ] You've updated the README (if adding/changing middleware)
88

9-
Keep in mind that new cider-nrepl builds are automatically deployed to Clojars
10-
once a PR is merged, but **only** if the CI build is green.
11-
12-
*If you're just starting out to hack on cider-nrepl you might find
13-
this [article](https://juxt.pro/blog/posts/nrepl.html) and the
9+
**Note:** If you're just starting out to hack on `cider-nrepl` you might find
10+
[nREPL's documentation](https://nrepl.org) and the
1411
"Design" section of the README extremely useful.*
1512

1613
Thanks!

0 commit comments

Comments
 (0)