summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-06-11 11:48:40 -0600
committerNicolas R <atoomic@cpan.org>2019-10-19 11:01:27 +0200
commit79ff1055edda279426b74e4ec66c4a889721443b (patch)
tree2ad6d495bdc39ec59dd5985f681e3ff0f9c270f0 /.github
parent859b78b1a8287681e524286f4e989b01816433ba (diff)
downloadperl-79ff1055edda279426b74e4ec66c4a889721443b.tar.gz
Add GitHub issue templates
These files should not be in the MANIFEST adjust porting/manifest.t to ignore .github files in addition to .gitignore files.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/01-perlbug-core.md30
-rw-r--r--.github/ISSUE_TEMPLATE/02-perlbug-docs.md14
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md13
3 files changed, 57 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/01-perlbug-core.md b/.github/ISSUE_TEMPLATE/01-perlbug-core.md
new file mode 100644
index 0000000000..b1afee5135
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/01-perlbug-core.md
@@ -0,0 +1,30 @@
+---
+name: Report a Perl 5 Bug
+about: Create a report to help us improve Perl 5
+title: ''
+labels: Needs Triage, bug, severity low
+assignees: ''
+
+---
+<!-- Note: you can also replace the whole content by the file generated by perlbug utility. -->
+
+<!--
+If your bug is about a Perl core module rather than a core language
+feature, please enter its name after.
+-->
+Module:
+
+**Description**
+<!-- A clear and concise description of what the bug is. -->
+
+**Steps to Reproduce**
+<!-- A one-liner or script to reproduce the issue. -->
+
+**Expected behavior**
+<!-- A clear and concise description of what you expected to happen. -->
+
+**Perl configuration**
+<!-- Please paste `perl -V` output just below. -->
+```
+# perl -V output goes here
+```
diff --git a/.github/ISSUE_TEMPLATE/02-perlbug-docs.md b/.github/ISSUE_TEMPLATE/02-perlbug-docs.md
new file mode 100644
index 0000000000..6e6a302f5f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/02-perlbug-docs.md
@@ -0,0 +1,14 @@
+---
+name: Report a Perl 5 Documentation Issue
+about: Create a report to help us improve Perl 5
+title: '[doc] '
+labels: Needs Triage, bug, documentation, severity low
+assignees: ''
+
+---
+
+**Where**
+<!-- What module, script or perldoc URL needs to be fixed? -->
+
+**Description**
+<!-- Please describe the documentation issue here. -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000..f9d3c09451
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,13 @@
+---
+name: Feature request
+about: Suggest an idea to help us improve Perl 5
+title: "[feature]"
+labels: Feature Request, Needs Triage
+assignees: ''
+
+---
+
+**Please do not report bugs as part of a feature request**
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.