-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathbug_report.yml
More file actions
56 lines (56 loc) · 1.75 KB
/
Copy pathbug_report.yml
File metadata and controls
56 lines (56 loc) · 1.75 KB
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
49
50
51
52
53
54
55
56
name: Bug report
description: Report a bug or unexpected behavior in the GitHub App.
type: Bug
labels:
- triage
body:
- type: markdown
attributes:
value: |
Thank you for reporting a bug. Please share as much detail as you can so the team can triage it quickly.
- type: input
id: title
attributes:
label: Short summary
description: A brief description of the problem.
placeholder: App installation fails for one repository
- type: input
id: version
attributes:
label: Affected version or release
description: Which app version, release tag, or build were you using?
placeholder: v1.2.3
- type: input
id: installation_context
attributes:
label: Installation context
description: Where is the app installed, and what scope was affected?
placeholder: Installed on octo-org, affecting octo-repo
- type: textarea
id: description
attributes:
label: What happened?
description: Describe the bug and the behavior you observed.
- type: textarea
id: steps_to_reproduce
attributes:
label: Steps to reproduce
description: List the steps needed to reproduce the problem.
placeholder: |
1. Open ...
2. Click ...
3. Observe ...
- type: textarea
id: expected_behavior
attributes:
label: Expected behavior
description: What did you expect to happen instead?
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Share any logs, screenshots, request IDs, or related details that could help.
placeholder: |
- Screenshot or screen recording
- Relevant org, repo, or environment details
- Any error messages or request IDs