From 485058fa936ba74644b4494d4152f40af985bf39 Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Mon, 3 Jun 2024 22:04:38 +0700 Subject: [PATCH] Update issue template to have dev discussions links, cleanup CODEOWNERS (#13525) * [github] Fix issue template to mention developer discussions * [codeowners] Remove out of date sections --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- CODEOWNERS | 12 +----------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0cbdd3628f006..708522c57bd6d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Questions and Help (on Stack Overflow) - url: https://stackoverflow.com/questions/tagged/aptos - about: Support and other Questions are handled by the team and the community on Stack Overflow. + - name: Questions and Help (on Aptos Developer Discussions) + url: (https://github.com/aptos-labs/aptos-developer-discussions/discussions + about: Support and other Questions are handled by the team and the community on Aptos Developer Discussions. - name: Questions, Help and Chat (on Discord) url: https://discord.gg/aptosnetwork about: Contact the development team, contributors and community on Discord diff --git a/CODEOWNERS b/CODEOWNERS index 0567e784df4cd..73eb4fa743af3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -79,20 +79,10 @@ # Owners for the `/dashboards` directory and all its subdirectories. /dashboards/ @aptos-labs/prod-eng -# Owners for the `/developer-docs-site` directory and all its subdirectories. -/developer-docs-site/ @davidiw @gregnazario @banool - -# Owner for docs tutorials for the token_standard and related tutorials. -/developer-docs-site/docs/tutorials @areshand @gregnazario - # Owners for the `/docker` directory and all its subdirectories. /docker/ @aptos-labs/prod-eng /docker/builder/docker-bake-rust-all.hcl @aptos-labs/prod-eng @aptos-labs/security -# Owners for the `SDKs`. -/ecosystem/python/sdk @davidiw @gregnazario @banool @0xmaayan -/ecosystem/typescript/sdk @gregnazario @banool @0xmaayan - # Owners for execution and storage. /execution/ @msmouse @lightmark @grao1991 @@ -100,7 +90,7 @@ /mempool/ @bchocho # Owners for the network and all its subdirectories. -/network/ @gregnazario @joshlind @brianolson +/network/ @joshlind @brianolson # Owners for the scripts /scripts/ @aptos-labs/prod-eng