From b834f2b5e3aefe388ab6ef0570be644f3f30b29c Mon Sep 17 00:00:00 2001 From: afwilkin Date: Wed, 26 Oct 2022 22:01:37 -0700 Subject: [PATCH] README.md update for discord --- .github/ISSUE_TEMPLATE/2_Feature_request.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.md b/.github/ISSUE_TEMPLATE/2_Feature_request.md index 754f3fd4cc..adcdc30fd8 100644 --- a/.github/ISSUE_TEMPLATE/2_Feature_request.md +++ b/.github/ISSUE_TEMPLATE/2_Feature_request.md @@ -5,7 +5,7 @@ labels: feature-request --- -For general questions please use [PX4 Discuss](http://discuss.px4.io/) or Slack (you can find an invite link on this project README). +For general questions please use [PX4 Discuss](http://discuss.px4.io/) or Discord (you can find an invite link on this project README). ## Describe problem solved by the proposed feature A clear and concise description of the problem, if any, this feature will solve. E.g. I'm always frustrated when ... diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7c68bee341..e5438f8cb5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -Please use [PX4 Discuss](http://discuss.px4.io/) or [Slack](http://slack.px4.io/) to align on pull requests if necessary. You can then open draft pull requests to get early feedback. +Please use [PX4 Discuss](http://discuss.px4.io/) or [Discord](https://discord.gg/dronecode) to align on pull requests if necessary. You can then open draft pull requests to get early feedback. ## Describe problem solved by this pull request A clear and concise description of the problem this proposed change will solve. Or, what it will improve.