From 24365151244768d96ec327f0cf8c02e03057bbb3 Mon Sep 17 00:00:00 2001 From: cezar97 <34601855+cezar97@users.noreply.github.com> Date: Thu, 8 Feb 2018 18:36:30 +0000 Subject: [PATCH] Create issue_template.md Reference: https://github.com/nextcloud/ocsms/blob/master/issue_template.md https://github.com/stevemao/github-issue-templates/blob/master/checklist2/ISSUE_TEMPLATE.md --- issue_template.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..ebb59fd --- /dev/null +++ b/issue_template.md @@ -0,0 +1,29 @@ + + +### Prerequisites +* [ ] I searched issues for duplicates +* [ ] I read the FAQ on README.md +* [ ] I searched on Internet this issue + +### Server configuration +**OS & version:** + +### Client configuration +**OS & version:** + +**Application name & version:** + +### Steps to reproduce +1. [First step] +2. [Second step] +3. [and so on ...] + +**Actual behavior:** + +**Expected behavior:** + +**Known solution:**