From: Álvaro Mondéjar Rubio Date: Fri, 20 Aug 2021 08:12:15 +0000 (+0200) Subject: Add Github issue template X-Git-Tag: v2.10.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc36c84a83dd447bf48a6af3eb03c97bf299e8cb;p=thirdparty%2Fbabel.git Add Github issue template --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..debc00a8 --- /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 079ef06b..d634ee79 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: