Skip to content

Commit

Permalink
Added PR & issue templates
Browse files Browse the repository at this point in the history
To help with the maintenance of the project
  • Loading branch information
dotemacs committed Sep 7, 2020
1 parent 122c335 commit ccb4a63
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Expected Behavior


## Actual Behavior


## Steps to Reproduce the Problem

1.
1.
1.

## Specifications

- Version:
- Platform:
- Subsystem:

## Anything else that you think is relevant
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Description of your pull request

**Replace this placeholder text with a summary of the changes in your PR.
The more detailed you are, the better.**

## Why should it be considered?

Please explain why you think that this change should be considered.

Why am I asking this?

If it's a new feature, I will be left to maintain it after it gets
merged in to the project. So I'm keen to know why I'll be taking on
the future maintenance of it.

## Pull request checklist

Before submitting the PR make sure the following things have been done
(and denote this by checking the relevant checkboxes):

- [ ] The code is consistent with [Clojure style guide](https://github.com/bbatsov/clojure-style-guide#the-clojure-style-guide).
- [ ] All code passes the linter (`clj-kondo --lint src`).
- [ ] You've added tests (if possible) to cover your change(s).
- [ ] All tests are passing.
- [ ] The commits are consistent with [the Git commit style guide](https://chris.beams.io/posts/git-commit/).
- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality).


Thanks!

0 comments on commit ccb4a63

Please sign in to comment.