Skip to content

Commit

Permalink
Update "C-Bug" label and url in CONTRIBUTING.md (#4880)
Browse files Browse the repository at this point in the history
'bug' is not a valid label. Changed it to "C-Bug".

Co-authored-by: siph <siph@github>
  • Loading branch information
siph and siph committed May 31, 2022
1 parent ee4bcbe commit cea23b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cea23b9

Please sign in to comment.