0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2025-02-24 02:45:02 +00:00
Maxython 535422683f README.md: update info
.github/ISSUE_TEMPLATE: create 'debug report'
2023-05-01 23:14:11 +03:00

22 lines
616 B
YAML

name: "Bug report"
description: "Problem with glibc packages"
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
attributes:
label: Problem description
description: Describe your problem and describe what you are doing that is causing you to get this problem.
validations:
required: true
- type: textarea
attributes:
label: System information
description: Run the "termux-info" command, then copy and paste the result. Our actions to fix your problem depend on this.
value: |
termux-info:
```
```
validations:
required: true