You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
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?
0 commit comments