Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bug Report
description: Report a bug that needs to be fixed
title: "[BUG]: "
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please provide all the required information to help us understand and process your issue efficiently.

- type: textarea
id: users_impact
attributes:
label: User's Impact
description: Describe how this issue impacts users
placeholder: "Example: Users cannot access their data when..."
validations:
required: true

- type: textarea
id: url
attributes:
label: Document URL
description: Please provide a URL to affected document
placeholder: "https://..."
validations:
required: true

- type: textarea
id: description
attributes:
label: Description
description: Please provide detailed information about the bug
placeholder: |
Bug detail description:
Describe the bug in detail.

Preconditions:
Specific configuration or resource setup needed to reproduce

How to reproduce:
Describe the simplest way to reproduce the scenario.

Result of the issue:
Describe the issue results.

Expected result:
Describe what you want to achieve.

validations:
required: true

- type: textarea
id: additional_context
attributes:
label: Additional Context
description: Add any other context about the problem here (logs, screenshots, etc.)
placeholder: "Logs, error messages, screenshots, environment details..."
validations:
required: false
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/demand.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: Feature Demand
description: Request a new feature or enhancement
title: "[DEMAND]: "
labels: ["demand"]

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature demand! Please provide all the required information to help us understand and process your request efficiently.

- type: textarea
id: summary
attributes:
label: Summary
description: Please provide a short summary to your request
placeholder: "Please..."
validations:
required: true

- type: textarea
id: description
attributes:
label: Feature Description
description: Please provide a clear and detailed description of the feature you're requesting
placeholder: |
Feature overview:
Provide a high-level description of the requested feature or documentation.

Business context:
Explain the business need or user problem this addresses.

Target audience:
Who will use this feature/documentation? (e.g., developers, end users, administrators)

Success criteria:
What does "done" look like? How will we know this meets the requirements?

Additional requirements:
Any technical constraints, dependencies, or special considerations.
validations:
required: true

- type: checkboxes
id: doc_type
attributes:
label: Documents Requested
description: Select affected document type (at least one or both)
options:
- label: "API"
- label: "UMN"
validations:
required: true

- type: textarea
id: additional_context
attributes:
label: Additional Context
description: Add any other context about the problem here (logs, screenshots, etc.)
placeholder: "Logs, error messages, screenshots, environment details..."
validations:
required: false
Loading