From e293f079f54a1e1cac65b4e7dea128b4e7f662d7 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 22 Oct 2016 17:35:52 -0700 Subject: [PATCH] github: Add PR and issue templates. (#3046) --- .github/ISSUE_TEMPLATE.md | 34 +++++++++++++++++++++++++------- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 7 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8de068cdc..d42b9739b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,33 @@ -## Expected behaviour +!--- Provide a general summary of the issue in the Title above --> -## Actual behaviour +## Expected Behavior + + -## Steps to reproduce the behaviour +## Current Behavior + + -## Minio version -- (paste output of `minio version`) - -## System information +## Possible Solution + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. +## Context + + +## Your Environment + +* Version used: +* Environment name and version (e.g. nginx 1.9.1): +* Server type and version: +* Operating System and version: +* Link to your project: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..cb667a9d9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ + + +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## 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 change) + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes. +- [ ] All new and existing tests passed. \ No newline at end of file