From 858352ebf979949ff9e07650206b915f48fc30f4 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Wed, 17 Feb 2016 23:57:41 -0500 Subject: [PATCH] add issue and PR templates --- ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ PULL_REQUEST_TEMPLATE.md | 1 + 2 files changed, 24 insertions(+) create mode 100644 ISSUE_TEMPLATE.md create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3e37116 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,23 @@ +Please check the existing issues to make sure you're not duplicating a report. + +For bug reports, please provide the following information: + +- Zim commit ref: +- gist of .zimrc: +- Zsh version: +- gist of .zshrc: +- $(uname -mosr): + +Description +----------- + + +Steps to reproduce +------------------ + + +Images or other information +--------------------------- + + + diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..663f1c4 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1 @@ +Please follow Zim's [code style guidelines](https://github.com/Eriner/zim/wiki/Code-Style-Guide).