From f0b36ca58d9579a08d03b92e5d02bf81450c5c8b Mon Sep 17 00:00:00 2001 From: soyboy Date: Mon, 30 Sep 2024 14:10:49 -0700 Subject: [PATCH] removing issue templates --- .../ISSUE_TEMPLATE/suggest_attestation.yaml | 59 ------------- .github/ISSUE_TEMPLATE/suggest_faucet.yaml | 84 ------------------- .../ISSUE_TEMPLATE/suggest_rpc_provider.yaml | 79 ----------------- 3 files changed, 222 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/suggest_attestation.yaml delete mode 100644 .github/ISSUE_TEMPLATE/suggest_faucet.yaml delete mode 100644 .github/ISSUE_TEMPLATE/suggest_rpc_provider.yaml diff --git a/.github/ISSUE_TEMPLATE/suggest_attestation.yaml b/.github/ISSUE_TEMPLATE/suggest_attestation.yaml deleted file mode 100644 index 502aafe7d..000000000 --- a/.github/ISSUE_TEMPLATE/suggest_attestation.yaml +++ /dev/null @@ -1,59 +0,0 @@ -name: Suggest an attestation app -description: Suggest an attestation app for developers to use when building with Optimism -title: "[ATT] Add PR title" -labels: ["documentation,attestation,community-request"] -body: - - type: markdown - attributes: - value: | - Before submitting this suggestion, be sure to read the [listing of current attestation apps](https://docs.optimism.io/identity/applications). - - type: markdown - id: project_info - attributes: - value: "## Project Info" - - type: input - id: att_name - attributes: - label: Attestation App Name - validations: - required: true - - type: textarea - id: att_description - attributes: - label: Attestation App Description - validations: - required: true - - type: input - id: att_URL - attributes: - label: Attestation App URL - description: Please provide the URL for us to link in the project description above. - validations: - required: true - - type: input - id: att_live_date - attributes: - label: When did the product go live? - description: We prioritize products that are battle-tested. - validations: - required: true - - type: dropdown - id: att_open_source - attributes: - label: Is the product open source? - description: We prioritize open source projects when possible. - options: - - "Yes" - - "No" - validations: - required: true - - type: input - id: att_github - attributes: - label: GitHub URL - description: If the project is open source, please provide a link to the product's repo. - - type: textarea - id: att_additional_context - attributes: - label: Additional context - description: Add any other context or screenshots about the product here. diff --git a/.github/ISSUE_TEMPLATE/suggest_faucet.yaml b/.github/ISSUE_TEMPLATE/suggest_faucet.yaml deleted file mode 100644 index 4ff2eb200..000000000 --- a/.github/ISSUE_TEMPLATE/suggest_faucet.yaml +++ /dev/null @@ -1,84 +0,0 @@ -name: Suggest a faucet -description: Suggest a faucet for developers to use when building with Optimism -title: "[FAUCET] Add PR title" -labels: ["documentation,faucet,community-request"] -body: - - type: markdown - attributes: - value: | - Before submitting this suggestion, be sure to read the [listing of current Faucets](https://github.com/ethereum-optimism/developers/blob/main/community/tools/faucets.md). - - type: markdown - id: project_info - attributes: - value: "## Project Info" - - type: input - id: faucet_name - attributes: - label: Faucet Name - validations: - required: true - - type: textarea - id: faucet_description - attributes: - label: Faucet Description - validations: - required: true - - type: input - id: faucet_URL - attributes: - label: Faucet URL - description: Please provide the URL for us to link in the project description above. - validations: - required: true - - type: checkboxes - id: faucet_networks - attributes: - label: Supported Networks - options: - - label: "OP Goerli" - required: false - - label: "OP Sepolia" - required: false - - label: "Base Goerli" - required: false - - label: "Base Sepolia" - required: false - - label: "Lyra Sepolia" - required: false - - label: "Mode Sepolia" - required: false - - label: "Orderly Sepolia" - required: false - - label: "PGN Sepolia" - required: false - - label: "Zora Sepolia" - required: false - validations: - required: true - - type: input - id: faucet_live_date - attributes: - label: When did the product go live? - description: We prioritize products that are battle-tested. - validations: - required: true - - type: dropdown - id: faucet_open_source - attributes: - label: Is the product open source? - description: We prioritize open source projects when possible. - options: - - "Yes" - - "No" - validations: - required: true - - type: input - id: faucet_github - attributes: - label: GitHub URL - description: If the project is open source, please provide a link to the product's repo. - - type: textarea - id: faucet_additional_context - attributes: - label: Additional context - description: Add any other context or screenshots about the product here. diff --git a/.github/ISSUE_TEMPLATE/suggest_rpc_provider.yaml b/.github/ISSUE_TEMPLATE/suggest_rpc_provider.yaml deleted file mode 100644 index 5c1cf16c7..000000000 --- a/.github/ISSUE_TEMPLATE/suggest_rpc_provider.yaml +++ /dev/null @@ -1,79 +0,0 @@ -name: Suggest an RPC provider -description: Suggest an RPC provider for developers to use when building with Optimism -title: "[RPC PROVIDER] Add PR title" -labels: ["documentation,rpc-provider,community-request"] -body: - - type: markdown - attributes: - value: | - Before submitting this suggestion, be sure to read the [listing of current RPC and Node Providers](https://github.com/ethereum-optimism/developers/blob/main/community/tools/node-providers.md). - - type: markdown - id: project_info - attributes: - value: "## Project Info" - - type: input - id: rpc_provider_name - attributes: - label: RPC Provider Name - validations: - required: true - - type: textarea - id: rpc_provider_description - attributes: - label: RPC Provider Description & Pricing - validations: - required: true - - type: input - id: rpc_provider_URL - attributes: - label: RPC Provider URL - description: Please provide the URL for us to link in the project description above. - validations: - required: true - - type: checkboxes - id: rpc_provider_networks - attributes: - label: Supported Networks - options: - - label: "OP Mainnet" - required: false - - label: "OP Goerli" - required: false - - label: "OP Sepolia" - required: false - validations: - required: true - - type: input - id: rpc_provider_live_date - attributes: - label: When did the product go live? - description: We prioritize products that are battle-tested. - validations: - required: true - - type: dropdown - id: rpc_provider_open_source - attributes: - label: Is the product open source? - description: We prioritize open source projects when possible. - options: - - "Yes" - - "No" - validations: - required: true - - type: input - id: rpc_provider_github - attributes: - label: GitHub URL - description: If the project is open source, please provide a link to the product's repo. - - type: input - id: rpc_provider_docs - attributes: - label: Documentation URL - description: Please provide a link to the product's technical documentation. - validations: - required: true - - type: textarea - id: rpc_provider_additional_context - attributes: - label: Additional context - description: Add any other context or screenshots about the product here.