-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
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,41 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
body: | ||
|
||
- type: textarea | ||
id: reproducer | ||
attributes: | ||
label: Reproducer | ||
description: Provide a minimal reproducible example, if possible. This helps us understand and reproduce the issue. You can check out the HttpClient profiler panel to copy the curl command if needed. | ||
placeholder: ex. A curl command or small script | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Provide a detailed description of the bug, including any relevant context or error messages. | ||
placeholder: Describe the issue in detail... | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: gotenberg_version | ||
attributes: | ||
label: Gotenberg Version | ||
description: Specify the version of Gotenberg you are using. | ||
placeholder: ex. 8.3.1 | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: gotenberg_bundle_version | ||
attributes: | ||
label: Gotenberg Bundle Version | ||
description: Specify the version of the Gotenberg bundle you are using. | ||
placeholder: ex. 0.3.1 | ||
validations: | ||
required: false |