From cea23b99692ab74a9ac6280df8e9d39bd69b7eb4 Mon Sep 17 00:00:00 2001 From: Chris Dawkins Date: Tue, 31 May 2022 15:37:23 +0000 Subject: [PATCH] Update "C-Bug" label and url in CONTRIBUTING.md (#4880) 'bug' is not a valid label. Changed it to "C-Bug". Co-authored-by: siph --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20541abdb77d7..84dfb1426f58f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -198,7 +198,7 @@ Check out our [plugin guidelines](https://github.com/bevyengine/bevy/blob/main/d ### Fixing bugs -Bugs in Bevy (or the associated website / book) are filed on the issue tracker using the [`bug`](https://github.com/bevyengine/bevy/issues?q=is%3Aissue+is%3Aopen+label%3Abug) label. +Bugs in Bevy (or the associated website / book) are filed on the issue tracker using the [`C-Bug`](https://github.com/bevyengine/bevy/issues?q=is%3Aissue+is%3Aopen+label%3AC-Bug) label. If you're looking for an easy place to start, take a look at the [`E-Good-First-Issue`](https://github.com/bevyengine/bevy/issues?q=is%3Aopen+is%3Aissue+label%3AE-Good-First-Issue) label, and feel free to ask questions on that issue's thread in question or on Discord. You don't need anyone's permission to try fixing a bug or adding a simple feature, but stating that you'd like to tackle an issue can be helpful to avoid duplicated work.