Add @Bromeon and @EmbersArc as CODEOWNERS for egui_plot (#3711)

Please take a look @Bromeon and @EmbersArc!

You have both contributed substantially to `egui_plot` (more than I
have).
This is me inviting you to co-maintain the `egui_plot` crate.
If you accept, you'll get a notification when someone opens a PR
touching `egui_plot`, and you can review and merge it as you see fit.
You can also merge your own egui_plot PRs without waiting on me to
review them.
This commit is contained in:
Emil Ernerfeldt 2023-12-21 09:08:16 +01:00 committed by GitHub
parent 963be247f2
commit e36b981118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

1
CODEOWNERS Normal file
View File

@ -0,0 +1 @@
/crates/egui_plot @Bromeon @EmbersArc

View File

@ -1,7 +1,11 @@
[package]
name = "egui_plot"
version.workspace = true
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
authors = [
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>", # https://github.com/emilk
"Jan Haller <bromeon@gmail.com>", # https://github.com/Bromeon
"Sven Niederberger <s-niederberger@outlook.com>", # https://github.com/EmbersArc
]
description = "Immediate mode plotting for the egui GUI library"
edition.workspace = true
rust-version.workspace = true