-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from devilbox/release-0.31
Release 0.31
- Loading branch information
Showing
7 changed files
with
193 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
assignees: | ||
- cytopia | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
attributes: | ||
label: (Optional) Error message | ||
description: If you encountered any error message, copy and paste it here. This will be used for googling the issue. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What went wrong? | ||
description: What exactly went wrong and what bug did you encounter? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behaviour | ||
attributes: | ||
label: Expected behaviour | ||
description: What did you expect to happen instead? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: How can we reproduce the bug? | ||
description: How do you trigger this bug? Please walk us through it step by step in detail. This is crucial in order to triage the bug and support you in resolving it. | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: host-os | ||
attributes: | ||
label: Host Operating System | ||
description: What operating system are you using? | ||
multiple: false | ||
options: | ||
- Linux | ||
- macOS | ||
- Windows | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: host-platform | ||
attributes: | ||
label: Host Platform (amd64, arm64, other) | ||
description: What host platform are you running on? | ||
options: | ||
- amd64 | ||
- arm64 | ||
- other | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: (Linux only) Is SELinux enabled? | ||
description: When using Linux as your host operating system, check if SELinux is enabled or not. | ||
options: | ||
- Yes, SELinux is enabled | ||
- No, SELinux is disabled | ||
- I don't know | ||
- I am not on Linux | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: docker-version | ||
attributes: | ||
label: Docker version | ||
description: "What Docker version are you using? Please copy and paste the output of `docker --version` into this text area." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: log-docker | ||
attributes: | ||
label: "Log: docker logs" | ||
description: "Please copy and paste the output of `docker logs` into this text area" | ||
render: shell | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: (Optional) Additional information | ||
description: Add any additional information that might help with this bug report. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Devilbox Discord Chat | ||
url: https://discord.gg/2wP3V6kBj4 | ||
about: Please notify or discuss about any other requests here. | ||
- name: Devilbox Discourse Forum | ||
url: https://devilbox.discourse.group/ | ||
about: Please ask and answer general questions here. | ||
- name: Devilbox documentation | ||
url: https://devilbox.readthedocs.io/ | ||
about: Find the Devilbox documentation here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: "✨ Feature request" | ||
description: Suggest an idea or feature for this project | ||
title: "[Feature]: " | ||
labels: ["feature"] | ||
assignees: [] | ||
|
||
body: | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is your idea or feature suggestion? | ||
description: Tell us, what idea or feature you suggest to be added. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Benefits | ||
description: Tell us, how this will be beneficial. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Where can we find information about this? | ||
description: If you are proposing a software or tool, please add relevant links and documentation. | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Are you willing to provide a PR to address this? | ||
options: | ||
- "Yes" | ||
- "No" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters