mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Merge pull request #259 from devilbox/issue-templates
Adjust issue templates
This commit is contained in:
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: "✨ Feature request"
|
name: "✨ Feature request"
|
||||||
description: Suggest an idea or feature for this project
|
description: Suggest an idea or feature for this project
|
||||||
title: "[Feature]: "
|
title: "[Feature]: "
|
||||||
labels: ["feature", "issue:triage"]
|
labels: ["feature", "status:triage"]
|
||||||
assignees: []
|
assignees: []
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/howto.yml
vendored
2
.github/ISSUE_TEMPLATE/howto.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
name: "❔ Question"
|
name: "❔ Question"
|
||||||
description: How do I do X or Y?
|
description: How do I do X or Y?
|
||||||
title: "[Question]: "
|
title: "[Question]: "
|
||||||
labels: ["question", "issue:triage"]
|
labels: ["question", "status:triage"]
|
||||||
assignees: [cytopia]
|
assignees: [cytopia]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/report.yml
vendored
2
.github/ISSUE_TEMPLATE/report.yml
vendored
@@ -13,7 +13,7 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
Report something to the maintainer such as versions are outdated or pipelines are not running, etc. For anything else please use other issue types. Thanks for taking the time!
|
Report something to the maintainer such as versions are outdated or pipelines are not running, etc. For anything else please use other issue types. Thanks for taking the time!
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Report
|
label: Report
|
||||||
description: What do you want to report?
|
description: What do you want to report?
|
||||||
|
|||||||
Reference in New Issue
Block a user