diff --git a/.github/ISSUE_TEMPLATE/api_design_proposal.yaml b/.github/ISSUE_TEMPLATE/api_design_proposal.yaml deleted file mode 100644 index 4966f54..0000000 --- a/.github/ISSUE_TEMPLATE/api_design_proposal.yaml +++ /dev/null @@ -1,34 +0,0 @@ -name: 💡 API Design Proposal -description: Propose an enhancement or change to existing OpenAPI design -title: "[ENDPOINT]: Proposed design change for " -labels: "API Design " -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this proposal! - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an ticket already exists for this proposal. - options: - - label: I have searched the existing tickets - required: true - - type: textarea - attributes: - label: Current Endpoint Design - description: What in the current endpoint design do you think is missing or find confusing? - validations: - required: true - - type: textarea - attributes: - label: Proposed Endpoint Design Change - description: Add information about your proposed change. - validations: - required: true - - type: textarea - attributes: - label: Why are you proposing this change? - description: Please provide a reason for the change you're proposing. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml deleted file mode 100644 index f386892..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ /dev/null @@ -1,43 +0,0 @@ -name: 🐛 Bug Report -description: Submit a bug report to help us improve -title: "[BUG]: " -labels: "Bug" -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true - - type: textarea - attributes: - label: Describe the bug - description: A concise overview of what the bug is. - validations: - required: true - - type: textarea - attributes: - label: Steps to reproduce - description: What steps can we take to reproduce the bug? - placeholder: | - 1. In this environment... - 2. With this config... - 3. Run '...' - 4. See error... - validations: - required: true - - type: textarea - attributes: - label: Expected behavior - description: When the above steps are completed, what is correct expected result? - validations: - required: true - - type: textarea - attributes: - label: Additional context - description: Any additional information to share? diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.yaml b/.github/ISSUE_TEMPLATE/documentation_issue.yaml deleted file mode 100644 index 64363b7..0000000 --- a/.github/ISSUE_TEMPLATE/documentation_issue.yaml +++ /dev/null @@ -1,34 +0,0 @@ -name: 📄 Documentation Issue -description: Suggest any changes to the OpenAPI Documentation -title: "[DOCS]: " -labels: "Documentation" -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this documentation issue report! - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the issue you encountered. - options: - - label: I have searched the existing issues - required: true - - type: input - attributes: - label: Link to Documentation Issue - description: Please add a link here for which part of the documentation you're reporting an issue. - validations: - required: true - - type: textarea - attributes: - label: What would you like to change? - description: Please describe your proposed change here. - validations: - required: true - - type: textarea - attributes: - label: Why are you proposing this change? - description: Please provide a reason for the change you're proposing. - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml deleted file mode 100644 index 942eacd..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ /dev/null @@ -1,42 +0,0 @@ -name: ✨ New Feature Request -description: Suggest an idea for Open API -title: "[FEATURE]: " -labels: "Enhancement" -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - type: checkboxes - attributes: - label: Is there an existing ticket for this? - description: Please search to see if a ticket already exists for the new feature. - options: - - label: I have searched the existing tickets - required: true - - type: textarea - attributes: - label: Is your feature request related to a problem? Please describe - description: A clear and concise description of what the problem is. - placeholder: | - I'm always frustrated when [...] - validations: - required: false - - type: textarea - attributes: - label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. - validations: - required: true - - type: textarea - attributes: - label: Describe any alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. - validations: - required: false - - type: textarea - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request. - validations: - required: false