diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 0086358..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index f7c0918..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,63 +0,0 @@ -name: Feature Request -description: Suggest a new feature for Relic. -labels: ["enhancement"] -body: - - type: markdown - attributes: - value: | - When suggesting a feature, please read this complete form and fill in all the fields to ensure we understand your idea thoroughly! - - - type: textarea - id: problem-to-solve - attributes: - label: Problem to Solve - description: What problem are you trying to solve with this feature? - validations: - required: true - - - type: textarea - id: proposal - attributes: - label: Proposal - description: What is your proposed solution? Add as much detail as possible, including code examples or references. - validations: - required: true - - - type: textarea - id: use-case - attributes: - label: Use Case - description: How would this feature be used in a real-world scenario? Provide an example if possible. - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: Alternatives - description: Are there any alternative solutions or features you've considered? If so, what are they? - validations: - required: true - - - type: textarea - id: additional-context - attributes: - label: Additional context - description: Share any additional context or information about the feature. - - - type: multiple_choice - id: experience - attributes: - label: How experienced are you with this library? - description: This helps us understand where in the user journey this issue might arise. - options: - - label: Beginner - Just getting started with this library - - label: Intermediate - Familiar with the basics or have used it in a few projects - - label: Expert - Experienced and comfortable with using this library in complex projects - - - type: checkboxes - id: terms - attributes: - label: Are you interested in working on a PR for this? - options: - - label: I want to work on this