From 58cda9cc7fb79ca9df6746de7f9662bc08dc156a Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 13 Oct 2017 12:29:40 +0200 Subject: initial commit --- .github/FEATURE_PROPOSAL_TEMPLATE.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 .github/FEATURE_PROPOSAL_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github') diff --git a/.github/FEATURE_PROPOSAL_TEMPLATE.md b/.github/FEATURE_PROPOSAL_TEMPLATE.md new file mode 100644 index 000000000..164844c54 --- /dev/null +++ b/.github/FEATURE_PROPOSAL_TEMPLATE.md @@ -0,0 +1,14 @@ + + +### Feature Description + + +### Motivation and Context + + +### Mockups, Screenshots (if available): + diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..d766f756b --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,34 @@ + + + + +### Expected Behavior + + + +### Current Behavior + + + +### Screenshots (if appropriate): + +### Possible Solution + + + +### Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +### Context + + + +### Your Environment + +* Franz Version used: +* Operating System and version: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..6c4384695 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +### Description + + +### Motivation and Context + + + +### How Has This Been Tested? + + + + +### Screenshots (if appropriate): + +### Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +### Checklist: + + +- [ ] My code follows the code style of this project (run `$ yarn lint`). + -- cgit v1.2.3-70-g09d2