diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 6c340f4..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: New Feature -description: Request a new feature -title: "[Feature]: " -labels: [newfeature] -assignees: - - warhammer4000 -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this form! - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - - - type: textarea - id: what-happened - attributes: - label: What problem do you wish to solve with this feature? - description: Please explain in details - placeholder: ex. email@example.com - validations: - required: true - - - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) - options: - - label: I agree to follow this project's Code of Conduct - required: true