-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
# SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
name: Performance Problem
description: File a performance problem report.
labels:
- "type: performance"
body:
- type: markdown
attributes:
value: |
If you think Macana has performance problem on its build process,
use this issue form. Describing your context and usecase would help me
correctly evaluating the problem.
- type: textarea
attributes:
label: Description
validations:
required: true
- type: input
attributes:
label: Minimal Reproduction Repository
description: URL for the minimal reproduction repository or sandbox.
placeholder: "https://example.com"
validations:
required: true
- type: input
attributes:
label: Version
description: Version tag or SHA commit hash the performance problem occurs.
placeholder: "v0.1.0"
validations:
required: true
- type: dropdown
attributes:
label: System
options:
- Linux
- BSD
- macOS
- Windows
validations:
required: true