-
-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
135 additions
and
0 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,74 @@ | ||
--- | ||
name: "Bug report" | ||
description: "Submit a report and help us improve Autobase" | ||
title: "[Bug] " | ||
labels: ["bug", "needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "### Thank you for contributing to Autobase!" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before submitting, we'd appreciate it if you: | ||
- Verify that your issue is not already reported on GitHub. | ||
- Ensure your description is detailed to help us reproduce the problem. | ||
- Attach logs or error messages, if applicable, to help us diagnose the problem. | ||
- Check the Autobase [documentation](https://autobase.tech/docs). | ||
- Ensure you have an active Autobase [subscription](https://autobase.tech/docs/support) for prioritized support. | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Bug description | ||
description: Briefly describe the issue you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: Describe what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Describe the steps to reproduce the bug. Provide specific details for better understanding. | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: install-method | ||
attributes: | ||
label: Installation method | ||
description: | | ||
Select the installation method you used. | ||
If "other", provide details in the "Additional info" section. | ||
options: | ||
- "Console (UI)" | ||
- "Command line" | ||
- "GitOps" | ||
- "Other" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: system-info | ||
attributes: | ||
label: System info | ||
description: | | ||
Provide information about your system. Include OS version, Autobase version, and any relevant configuration details. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional info | ||
description: | | ||
Any additional information related to the issue, such as error messages, or ansible and system logs. | ||
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,52 @@ | ||
--- | ||
name: "Feature request" | ||
description: "Submit a feature request and help us improve Autobase" | ||
title: "[Feat] " | ||
labels: ["feature request", "needs triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "### Thank you for contributing to Autobase!" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before submitting, please: | ||
- Verify that your feature request is not already reported on GitHub. | ||
- Ensure you have an active Autobase [subscription](https://autobase.tech/docs/support) for prioritized support. | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Problem | ||
description: | | ||
Describe the problem your feature request is intended to solve. How does the lack of this feature affect you? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: | | ||
Clearly describe the feature you want and how it would improve Autobase. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: importance | ||
attributes: | ||
label: Importance | ||
description: | | ||
How important is this feature for you? Select "blocker" if its absence prevents you from using Autobase. | ||
options: | ||
- "nice to have" | ||
- "really want" | ||
- "must have" | ||
- "blocker" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: proposed-implementation | ||
attributes: | ||
label: Proposed implementation | ||
description: | | ||
If you have any ideas, share how this feature could be implemented. | ||
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,9 @@ | ||
--- | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: "Question" | ||
url: https://github.com/vitabaks/autobase/discussions/new?category=q-a | ||
about: Ask a question about Autobase | ||
- name: "Commercial support" | ||
url: https://autobase.tech/docs/support | ||
about: Find out more about the available Autobase packages |