Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit d4875e8

Browse files
authored
chore: Add GitHub issue template for reporting devstack bugs. (#1087)
edx/edx-arch-experiments#310
1 parent 5d362f5 commit d4875e8

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please check the [devstack troubleshooting guide](https://edx.readthedocs.io/projects/open-edx-devstack/en/latest/troubleshoot_general_tips.html) and the [existing list of blocking bugs](https://github.com/openedx/devstack/labels/blocker) before filing a new issue.
10+
- type: textarea
11+
id: bug-report
12+
attributes:
13+
label: Describe the bug that you are seeing.
14+
validations:
15+
required: true
16+
- type: input
17+
id: container
18+
attributes:
19+
label: Did this happen on the host (your machine or the remote instance) or in the container?
20+
description: e.g. Did this happen outside of running `make dev.shell.<service>` or inside running `make dev.shell.<service>`?
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: reproduction-steps
25+
attributes:
26+
label: Steps to reproduce.
27+
description: Do you have a way to replicate what you're seeing?
28+
validations:
29+
required: false
30+
- type: dropdown
31+
id: mac-type
32+
attributes:
33+
label: What system was this issue seen on?
34+
description: What type of OS/hardware was devstack running on when you observed it?
35+
options:
36+
- Apple Silicon
37+
- Apple Intel
38+
- Hosted Devstack
39+
- Linux
40+
- Other
41+
validations:
42+
required: true

0 commit comments

Comments
 (0)