diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index d61a4cd..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,88 +0,0 @@ -name: Bug Report -description: Report a bug or unexpected behavior -title: "[Bug]: " -labels: ["bug", "triage"] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to report a bug! Please fill out the form below. - - - type: textarea - id: description - attributes: - label: Description - description: A clear and concise description of the bug. - placeholder: Describe what happened... - validations: - required: true - - - type: textarea - id: repro - attributes: - label: Steps to Reproduce - description: Steps to reproduce the behavior. - placeholder: | - 1. Initialize telemetry with... - 2. Call method... - 3. See error... - validations: - required: true - - - type: textarea - id: expected - attributes: - label: Expected Behavior - description: What did you expect to happen? - validations: - required: true - - - type: textarea - id: actual - attributes: - label: Actual Behavior - description: What actually happened? - validations: - required: true - - - type: input - id: version - attributes: - label: Otel4Vsix Version - description: What version of Otel4Vsix are you using? - placeholder: "1.0.0" - validations: - required: true - - - type: input - id: vs-version - attributes: - label: Visual Studio Version - description: What version of Visual Studio are you using? - placeholder: "Visual Studio 2022 17.8.0" - validations: - required: true - - - type: dropdown - id: os - attributes: - label: Operating System - options: - - Windows 11 - - Windows 10 - - Other - validations: - required: true - - - type: textarea - id: logs - attributes: - label: Relevant Log Output - description: Please copy and paste any relevant log output or stack traces. - render: shell - - - type: textarea - id: additional - attributes: - label: Additional Context - description: Add any other context, screenshots, or code samples here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 23f65e6..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Questions & Discussions - url: https://github.com/CodingWithCalvin/Otel4Vsix/discussions - about: Ask questions and discuss ideas in GitHub Discussions diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index e2d37bb..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,60 +0,0 @@ -name: Feature Request -description: Suggest a new feature or enhancement -title: "[Feature]: " -labels: ["enhancement", "triage"] -body: - - type: markdown - attributes: - value: | - Thanks for suggesting a feature! Please fill out the form below. - - - type: textarea - id: problem - attributes: - label: Problem Statement - description: Is your feature request related to a problem? Describe it here. - placeholder: I'm always frustrated when... - validations: - required: false - - - type: textarea - id: solution - attributes: - label: Proposed Solution - description: Describe the solution you'd like to see. - placeholder: I would like to be able to... - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: Alternatives Considered - description: Describe any alternative solutions or features you've considered. - validations: - required: false - - - type: textarea - id: code-example - attributes: - label: Example Usage - description: If applicable, show how the feature would be used in code. - render: csharp - - - type: dropdown - id: impact - attributes: - label: Impact - description: How important is this feature to you? - options: - - Nice to have - - Important - affects my workflow - - Critical - blocking my work - validations: - required: true - - - type: textarea - id: additional - attributes: - label: Additional Context - description: Add any other context, screenshots, or examples here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d0d6231..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,45 +0,0 @@ -## Description - - - -## Related Issue - - - - -Fixes # - -## Type of Change - - - -- [ ] Bug fix (non-breaking change that fixes an issue) -- [ ] New feature (non-breaking change that adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) -- [ ] Documentation update -- [ ] Refactoring (no functional changes) -- [ ] Build/CI changes - -## Checklist - - - -- [ ] My code follows the project's coding style -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have updated the documentation accordingly -- [ ] My changes generate no new warnings -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes - -## Testing - - - -## Screenshots (if applicable) - - - -## Additional Notes - -