Skip to content

Commit

Permalink
Add GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jan 14, 2025
1 parent ade9de8 commit 225a328
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
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
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/FEAT_REQUEST.yml
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
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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

0 comments on commit 225a328

Please sign in to comment.