From b3c3dfbcc311e37ef3f7243c76fcf3ea0994cc0c Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Bot <52695153+otcbot@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:16:07 +0200 Subject: [PATCH 1/2] Add bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 61 +++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..ad3019d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 From eda0206d7dbc3a5c5e774fec35b6c683034c87fc Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Bot <52695153+otcbot@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:16:08 +0200 Subject: [PATCH 2/2] Add demand.yml --- .github/ISSUE_TEMPLATE/demand.yml | 62 +++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/demand.yml diff --git a/.github/ISSUE_TEMPLATE/demand.yml b/.github/ISSUE_TEMPLATE/demand.yml new file mode 100644 index 0000000..fc6d86e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/demand.yml @@ -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