Skip to content

Commit

Permalink
Add github issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Jun 13, 2022
1 parent 672931f commit 2078952
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,28 @@
name: Bug Report
description: Create a bug report
labels: ["defect"]
body:
- type: textarea
attributes:
label: Description
description: "Please provide a description and way to reproduce the problem."
placeholder: |
Please use the CakePHP Slack channel, Discord channel or IRC channel for questions.
https://cakephp.org/get-involved#getHelp
validations:
required: true
- type: input
attributes:
label: Bake Version
description: "The version of Bake."
placeholder: "4.3.0"
validations:
required: true
- type: input
attributes:
label: PHP Version
description: "The version of CakePHP used."
placeholder: "4.4"
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Community Support
url: https://cakephp.org/get-involved#getHelp
about: Please use the CakePHP Slack channel, Discord channel or IRC channel for questions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,10 @@
name: Feature Request
description: Create a feature request
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: Description
description: "Please provide a description of the feature or enhancement."
validations:
required: true

0 comments on commit 2078952

Please sign in to comment.