Skip to content

Commit

Permalink
Update issue template to have dev discussions links, cleanup CODEOWNE…
Browse files Browse the repository at this point in the history
…RS (#13525)

* [github] Fix issue template to mention developer discussions

* [codeowners] Remove out of date sections
  • Loading branch information
gregnazario authored Jun 3, 2024
1 parent 9ec0c8d commit 485058f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 1 addition & 11 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -79,28 +79,18 @@
# 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

# Owners for mempool.
/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
Expand Down

0 comments on commit 485058f

Please sign in to comment.