Skip to content

Commit 747af19

Browse files
committed
Add an issue and a PR template
1 parent cc28e98 commit 747af19

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
*Use the template below when reporting bugs. Please, make sure that
2+
you're running the latest stable clojure-mode and that the problem you're reporting
3+
hasn't been reported (and potentially fixed) already.*
4+
5+
**Remove all of the placeholder text in your final report!**
6+
7+
## Expected behavior
8+
9+
## Actual behavior
10+
11+
## Steps to reproduce the problem
12+
13+
*This is extremely important! Providing us with a reliable way to reproduce
14+
a problem will expedite its solution.*
15+
16+
## Environment & Version information
17+
18+
### clojure-mode version information
19+
20+
*Include here the version string displayed by `M-x
21+
clojure-mode-display-version`. Here's an example:*
22+
23+
```
24+
clojure-mode (version 5.2.0)
25+
```
26+
27+
### Emacs version
28+
29+
*E.g. 24.5* (use <kbd>C-h C-a</kbd> to see it)
30+
31+
### Operating system
32+
33+
*E.g. Windows 10*

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Before submitting a PR make sure the following things have been done (and denote this
2+
by checking the relevant checkboxes):
3+
4+
- [ ] The commits are consistent with our [contribution guidelines](../CONTRIBUTING.md)
5+
- [ ] You've added tests (if possible) to cover your change(s). Indentation & font-lock tests are extremely important!
6+
- [ ] All tests are passing (`make test`)
7+
- [ ] The new code is not generating bytecode or `M-x checkdoc` warnings
8+
- [ ] You've updated the changelog (if adding/changing user-visible functionality)
9+
- [ ] You've updated the readme (if adding/changing user-visible functionality)
10+
11+
Thanks!

0 commit comments

Comments
 (0)