From 1ba200a986da26e16e606efe4873f6f4aac1ba6f Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Sat, 11 Feb 2017 16:00:02 +0100 Subject: [PATCH] Add issue and pull request templates --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 21 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 0000000..00f762a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +# Impacted versions + +* Modoboa: X.X.x +* Distributor: Debian / Ubuntu / Centos / Others +* Codename: Jessie / Trusty / Centos 7 / .... +* Arch: 32 Bits / 64 Bits +* Webserver: Nginx/Apache + +# Steps to reproduce + +# Current behavior + +# Expected behavior + +# Video/Screenshot link (optional) + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2e2977d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Description of the issue/feature this PR addresses: + +Current behavior before PR: + +Desired behavior after PR is merged: