From 63aa85268cc69f236bb90ce813598af1a433d4df Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 12 May 2017 20:40:48 +0100 Subject: ISSUE_TEMPLATE.md: Add issue template Signed-off-by: Andrei Gherzan --- .github/ISSUE_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..ea2697d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ + + +**Description** + + + +**Steps to reproduce the issue:** +1. +2. +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + +**Additional details (revisions used, host distro, etc.):** -- cgit v1.2.3-54-g00ecf From 135a7ae55f145caee62d8abf88bf46303ed8b0c9 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 12 May 2017 20:41:05 +0100 Subject: PULL_REQUEST_TEMPLATE.md: Add pull request template Signed-off-by: Andrei Gherzan --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..223f23a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + + +**- What I did** + +**- How I did it** -- cgit v1.2.3-54-g00ecf