From 7eb525aa242f3c5e5079ac243b147bc06f5575b6 Mon Sep 17 00:00:00 2001 From: Adam Gall Date: Wed, 28 Feb 2024 09:26:52 -0500 Subject: [PATCH] Remove Issue and PR templates --- .github/ISSUE_TEMPLATE/bugs.yml | 35 --------------------- .github/ISSUE_TEMPLATE/config.yml | 11 ------- .github/ISSUE_TEMPLATE/feature-requests.yml | 22 ------------- .github/PULL_REQUEST_TEMPLATE.md | 19 ----------- 4 files changed, 87 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bugs.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature-requests.yml delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml deleted file mode 100644 index c686f4c002..0000000000 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Bug -description: Report a bug -labels: ['bug'] -body: - - type: markdown - attributes: - value: | - Please give your bug report a short and descriptive title. - - type: textarea - id: overview - attributes: - label: Overview - description: General description of the bug. - placeholder: Creating a new DAO sets my keyboard on fire! - validations: - required: true - - type: textarea - id: info - attributes: - label: Additional Info - description: Steps to reproduce, screenshots / video, etc. - placeholder: 1. Navigate to the homepage, 2. Click Create DAO, 3. My keyboard bursts into flames - validations: - required: false - - type: dropdown - id: version - attributes: - label: Version - description: What server does this bug appear on? - options: - - Dev (app.dev.fractalframework.xyz/) - - Staging (app.staging.fractalframework.xyz/) - - Prod (app.fractalframework.xyz/) - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 70bffd0188..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,11 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: Check out the docs - url: https://docs.fractalframework.xyz/ - about: Your question might already be answered here! - - name: Report a Vulnerability - url: https://github.com/decent-dao/fractal-interface/blob/HEAD/.github/SECURITY.md - about: Securely report a vulnerability - - name: Join our Discord - url: https://chat.fractalframework.xyz/ - about: You can ask product related questions here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-requests.yml b/.github/ISSUE_TEMPLATE/feature-requests.yml deleted file mode 100644 index 4a00f966b9..0000000000 --- a/.github/ISSUE_TEMPLATE/feature-requests.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Feature Request -description: Suggest a feature -labels: ['feature-request'] -body: - - type: markdown - attributes: - value: | - Please give your feature request a short and descriptive title. - - type: textarea - id: overview - attributes: - label: Overview - description: General description of the new feature. - validations: - required: true - - type: textarea - id: info - attributes: - label: Additional Info - description: More context and reasoning, expected implementation details, etc. - validations: - required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 595f90d659..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ -## Description - - - -## Notes - - - -## Issue - - - -## Testing - - - -## Screenshots (if applicable) - -