From cc36c84a83dd447bf48a6af3eb03c97bf299e8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Fri, 20 Aug 2021 10:12:15 +0200 Subject: [PATCH] Add Github issue template --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ CONTRIBUTING.md | 23 ----------------------- 2 files changed, 15 insertions(+), 23 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 000000000..debc00a80 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +## Overview Description + +## Steps to Reproduce + +1. +2. +3. + +## Actual Results + +## Expected Results + +## Reproducibility + +## Additional Information diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 079ef06b2..d634ee797 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,29 +7,6 @@ still need proper phrasing - if you'd like to help - be sure to make a PR. Please know that we do appreciate all contributions - bug reports as well as Pull Requests. -## Filing Issues - -When filing an issue, please use this template: - -``` -# Overview Description - -# Steps to Reproduce - -1. -2. -3. - -# Actual Results - -# Expected Results - -# Reproducibility - -# Additional Information: - -``` - ## PR Merge Criteria For a PR to be merged, the following statements must hold true: