add issue and PR templates

This commit is contained in:
Matt Hamilton 2016-02-17 23:57:41 -05:00
parent f404c5ba9f
commit 858352ebf9
2 changed files with 24 additions and 0 deletions

23
ISSUE_TEMPLATE.md Normal file
View File

@ -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
---------------------------

1
PULL_REQUEST_TEMPLATE.md Normal file
View File

@ -0,0 +1 @@
Please follow Zim's [code style guidelines](https://github.com/Eriner/zim/wiki/Code-Style-Guide).