From 6ed4b21e2c7ef9ec5543fe312049c4cad9dec99d Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Thu, 7 Apr 2016 13:42:58 +0200 Subject: [PATCH] Update templates --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE | 4 +--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..5533e55 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +### Description + + + +### Expected bahaviour + + + +### Actual behaviour + + + +### Steps to reproduce + + + +### Additional info: + +Output of the commands: + +- `python --version` +- `pip show connexion | grep "^Version\:"` diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 3d39143..0a83e16 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,11 +1,9 @@ Fixes # . -# Description + Changes proposed in this pull request: - - - - -