From 111ee0bd26af43a59ed8e6ae3b0d3e067bc326f6 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 19 Feb 2016 21:26:42 +0100 Subject: [PATCH] Initial github issue and PR templates --- .github/ISSUE_TEMPLATE.md | 6 ++++++ .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..7a5c986dc1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..9345a108179 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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)