forked from docker/compose
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: switch to issue template form
Migrate the existing template into the new format and streamline it a bit. Signed-off-by: Milas Bowman <[email protected]>
- Loading branch information
Showing
3 changed files
with
60 additions
and
64 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: 🐞 Bug | ||
description: File a bug/issue | ||
title: "[BUG] <title>" | ||
labels: ['status/0-triage', 'kind/bug'] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: | | ||
Briefly describe the problem you are having. | ||
Include both the current behavior (what you are seeing) as well as what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Compose Version | ||
description: | | ||
Paste output of `docker compose version` and `docker-compose version`. | ||
render: Text | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Docker Environment | ||
description: Paste output of `docker info`. | ||
render: Text | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Docker Community Slack | ||
url: https://dockr.ly/slack | ||
about: 'Use the #docker-compose channel' | ||
- name: Docker Support Forums | ||
url: https://forums.docker.com/c/open-source-projects/compose/15 | ||
about: 'Use the "Open Source Projects > Compose" category' | ||
- name: 'Ask on Stack Overflow' | ||
url: https://stackoverflow.com/questions/tagged/docker-compose | ||
about: 'Use the [docker-compose] tag when creating new questions' |