Skip to content

Commit

Permalink
Initial github issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Feb 19, 2016
1 parent 702913b commit 111ee0b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
If you think, you found an issue, please provide as much information as you can.

* If applicable, excerpt of the bibliography file (if applicable)
* If applicable, screenshot, where the problematic area is marked. Check available software at [softwarecs](http://softwarerecs.stackexchange.com/q/163/18184) or directly use [GrabNDrop](http://www.scyv.de/gnd/)).
* Java version:
* Operation system version:
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
For text inspirations, consider [How to write the perfect pull request](https://github.com/blog/1943-how-to-write-the-perfect-pull-request).

# Checklist for a pull request

Please check that you did following tasks.
Remove them after completion, then submit the pull request.

- [ ] ensure that your source branch is *not* master, but something else
- [ ] ensure that you added your change to CHANGELOG.md
- [ ] ensure that you followed [the formal requirements on a pull request](https://github.com/JabRef/jabref/blob/master/CONTRIBUTING.md#formal-requirements-for-a-pull-request)

0 comments on commit 111ee0b

Please sign in to comment.