-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 #54 from devilbox/release-0.49
Release 0.49
- Loading branch information
Showing
17 changed files
with
889 additions
and
202 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,3 @@ | ||
--- | ||
github: [cytopia] | ||
patreon: devilbox |
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", "status: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,37 @@ | ||
--- | ||
name: "\U0001F4DD Documentation" | ||
description: Something is missing, unclear or wrong in the documentation. | ||
title: "[Docs]: " | ||
labels: ["documentation", "status:triage"] | ||
assignees: | ||
- cytopia | ||
|
||
body: | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is wrong in the documentation? | ||
description: Tell us, what is wrong in the documentation? | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is unclear in the documentation? | ||
description: Tell us, what is unclear in the documentation? | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is missing in the documentation? | ||
description: Tell us, what is missing in the 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
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", "status:triage"] | ||
assignees: [cytopia] | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: "❔ Question" | ||
description: How do I do X or Y? | ||
title: "[Question]: " | ||
labels: ["question", "status:triage"] | ||
assignees: [cytopia] | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
If this is a generic question, please consider using the [Discord Chat](https://discord.gg/2wP3V6kBj4) or the [Devilbox forum](https://devilbox.discourse.group/) instead. | ||
- type: checkboxes | ||
attributes: | ||
label: Have you already checked elsewhere? | ||
description: You may select more than one. | ||
options: | ||
- label: I have checked existing issues | ||
- label: I have googled already with no luck | ||
- label: I have not done any of the above | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is your question? | ||
description: Tell the community, what your question is. Be as specific as possible to make it easier for other people to answer your question. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What have you tried already? | ||
description: Add some details on what you have tried already, so this can be ruled out. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: What is your goal? | ||
description: Tell the community, what you want to accomplish? This might be helpful to know in order to prevent [XY problems](https://en.wikipedia.org/wiki/XY_problem). | ||
validations: | ||
required: true |
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,21 @@ | ||
--- | ||
name: "🕬 Report" | ||
description: Report something to the maintainer | ||
title: "[Report]: " | ||
labels: ["report", "status:triage"] | ||
assignees: | ||
- cytopia | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Report something to the maintainer such as versions are outdated or pipelines are not running, etc. For anything else please use other issue types. Thanks for taking the time! | ||
- type: textarea | ||
attributes: | ||
label: Report | ||
description: What do you want to report? | ||
validations: | ||
required: true |
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
Oops, something went wrong.