From c2b540793d7d53e6614d5841aeb22a68566744e5 Mon Sep 17 00:00:00 2001 From: Mathilde Blanchemanche Date: Mon, 26 Sep 2022 15:56:08 +0200 Subject: [PATCH] get rid of FR only --- .github/ISSUE_TEMPLATE/new_feature.yml | 38 -------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/new_feature.yml diff --git a/.github/ISSUE_TEMPLATE/new_feature.yml b/.github/ISSUE_TEMPLATE/new_feature.yml deleted file mode 100644 index 263d44776..000000000 --- a/.github/ISSUE_TEMPLATE/new_feature.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Feature Request -description: Suggest an idea for CryptPad. -labels: ["Feature Request"] -body: - - type: checkboxes - attributes: - label: Contribution guidelines - description: Please read the code of conduct before proceeding. - options: - - label: I've read the [code of conduct](https://github.com/xwiki-labs/cryptpad/blob/main/CODE_OF_CONDUCT.md) and wholeheartedly agree - required: true - - type: checkboxes - attributes: - label: I would like to request a new feature for CryptPad - description: Prior to creating a new issue, please check following:** *(fill out each checkbox with an `X` once done)* - options: - - label: I have searched past issues and labels to check that my question/idea does not exist - required: true - - label: I have understood that this report is dedicated for feature requests, and not for support-related inquiries. - required: true - - label: I have understood that answers are voluntary and community-driven, and not commercial support. - required: true - - type: textarea - attributes: - label: Summary - description: Please describe your idea in a reasonable amount of detail. - validations: - required: true - - type: textarea - attributes: - label: Motivation - description: Please describe how your idea would benefit you and other users. - validations: - required: true - - type: textarea - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request.