mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00

**Summary** - Implement new labels ("Package: Addition Request"; "Package: Removal Request"; "Package: Update Request") - Unify style - Unify wording - Fix typo
42 lines
1.6 KiB
YAML
42 lines
1.6 KiB
YAML
---
|
|
name: Report a packaging problem
|
|
description: Report problems with a package. This includes build failures or other issues related to a package. This is *not* for bugs with installed software.
|
|
labels: ["Packaging Problem", "Priority: Normal"]
|
|
title: "packagename: problem with package"
|
|
body:
|
|
- type: checkboxes
|
|
id: search
|
|
attributes:
|
|
label: Please confirm there isn't an open report for this package
|
|
description: Before opening a new issue, please search [open packaging problem reports](https://github.com/getsolus/packages/labels/Package%20Problem%20Report) to ensure there is not an existing one.
|
|
options:
|
|
- label: I have searched through packaging problem reports
|
|
required: true
|
|
- type: input
|
|
id: name
|
|
attributes:
|
|
label: Name
|
|
description: Name of the package.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: Software version that has the problem.
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Summary of the problem
|
|
description: Describe what's wrong with the package. Does it fail to build? Is the metadata incorrect? Is there a missing dependency? Something else?
|
|
placeholder: ex. The foo package fails to build.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: details
|
|
attributes:
|
|
label: More information
|
|
description: Details about the problem. ex. Errors in make output.
|
|
placeholder: The errors when running go-task build *or* description of a packaging issue (e.g. "package foo is missing the bar dependency and crashes")
|
|
validations:
|
|
required: true
|