From 6b67b3a7562f6bc23896c0e816fc154bff71e4b8 Mon Sep 17 00:00:00 2001 From: martinfrancois Date: Mon, 15 Jan 2024 19:50:03 +0100 Subject: [PATCH 1/2] docs(CONTRIBUTING): fix links to labels --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de5a6616b37..65c3c774b0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,12 +41,12 @@ All code must adhere to the `rustfmt` format, and pass all of the `clippy` check ### Finding Issues To Work On -The [good first issue](https://github.com/influxdata/influxdb_iox/labels/good%20first%20issue) and the [help wanted](https://github.com/influxdata/influxdb_iox/labels/help%20wanted) labels are used to identify issues where we encourage community contributions. +The [good first issue](https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3Agood-first-issue) and the [help wanted](https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted) labels are used to identify issues where we encourage community contributions. They both indicate issues for which we would welcome independent community contributions, but the former indicates a sub-set of these that are especially good for first-time contributors. If you want some clarifications or guidance for working on one of these issues, or you simply want to let others know that you're working on one, please leave a comment on the ticket. -[good first issue]: https://github.com/influxdata/influxdb_iox/labels/good%20first%20issue -[help wanted]: https://github.com/influxdata/influxdb_iox/labels/help%20wanted +[good first issue]: https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3Agood-first-issue +[help wanted]: https://github.com/influxdata/influxdb/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted ### Bigger Changes From 57f889e4893ca474d79215e58d8e851994f1adca Mon Sep 17 00:00:00 2001 From: martinfrancois Date: Tue, 16 Jan 2024 19:14:42 +0100 Subject: [PATCH 2/2] docs: rename `influxdb_iox` to `influxdata` --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/developer_experience.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0ffb1e7c1cd..5f95d77e1cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,10 +5,10 @@ about: Create a report to help us improve