Skip to content

Commit

Permalink
Copy Image Issue Template from wardenenv/warden
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr authored Sep 25, 2024
1 parent 0487eb1 commit 2aa5d21
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/image-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Image Issue
description: Report an issue with an Image or Service not working as expected
title: '[Image] '
labels: bug, docker-images
body:
- type: input
id: version
attributes:
label: Version of Warden
description: Run `warden version` and provide the output
placeholder: warden version
validations:
required: true
- type: input
id: install
attributes:
label: Operating System and Installation Method
description: Please tell us how you installed Warden and on what operating system. (E.g. "Mac OS 12.6 via Brew")
placeholder: Mac OS 12.6 via Brew
validations:
required: true
- type: textarea
id: image
attributes:
label: Image
description: Please tell us which image and version you're experiencing the issue with. For example, `php-fpm:8.1-magento2`. If you're unsure, you can run `warden env config` and check the `image` key underneath the service you're having the issue with. If this isn't working, please provide your `.env` file.
placeholder: php-fpm:8.1-magento2
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen and when
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.

0 comments on commit 2aa5d21

Please sign in to comment.