From 73814583258fd88078582043754dc5fa33861cbf Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Mon, 25 Sep 2017 01:10:04 +0300 Subject: github: add templates for pull requests and issue reports .github/ISSUE_TEMPLATE.md will be used when the Github users create new issues. .github/PULL_REQUEST_TEMPLATE.md will be used when the Github users create new pull requests. The markdown supports HTML comments (), which can instruct the Github user how to create a detailed PR or issue report. Most big Github projects use such templates and these can help the collaborators to examine the PRs and ISSUES faster. Fixes #598 Reviewed-by: Dirk Hohndel Reviewed-by: Jan Mulder Signed-off-by: Lubomir I. Ivanov Signed-off-by: Miika Turkia --- .github/ISSUE_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 68 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 000000000..cdef9330d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ + + + +### Describe the issue: + +- [ ] Bug +- [ ] Change request +- [ ] New feature request +- [ ] Discussion request + +### Issue long description: + + +### Operating system: + + + + + +### Subsurface version: + + + + + +### Steps to reproduce: + + +### Current behavior: + + +### Expected behavior: + + +### Additional information: + + + +### Mentions: + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..8b46434fc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + + + +### Describe the pull request: + +- [ ] Bug fix +- [ ] Functional change +- [ ] New feature +- [ ] Documentation change +- [ ] Language translation + +### Pull request long description: + + +### Changes made: + + + +### Related issues: + + + +### Additional information: + + +### Mentions: + -- cgit v1.2.3-70-g09d2