Skip to content

Commit

Permalink
Add @Bromeon and @EmbersArc as CODEOWNERS for egui_plot (#3711)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emilk authored Dec 21, 2023
1 parent 963be24 commit e36b981
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/crates/egui_plot @Bromeon @EmbersArc
6 changes: 5 additions & 1 deletion crates/egui_plot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "egui_plot"
version.workspace = true
authors = ["Emil Ernerfeldt <[email protected]>"]
authors = [
"Emil Ernerfeldt <[email protected]>", # https://github.com/emilk
"Jan Haller <[email protected]>", # https://github.com/Bromeon
"Sven Niederberger <[email protected]>", # https://github.com/EmbersArc
]
description = "Immediate mode plotting for the egui GUI library"
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit e36b981

Please sign in to comment.