Skip to content

Commit e36b981

Browse files
authored
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.
1 parent 963be24 commit e36b981

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/crates/egui_plot @Bromeon @EmbersArc

crates/egui_plot/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "egui_plot"
33
version.workspace = true
4-
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
4+
authors = [
5+
"Emil Ernerfeldt <emil.ernerfeldt@gmail.com>", # https://github.com/emilk
6+
"Jan Haller <bromeon@gmail.com>", # https://github.com/Bromeon
7+
"Sven Niederberger <s-niederberger@outlook.com>", # https://github.com/EmbersArc
8+
]
59
description = "Immediate mode plotting for the egui GUI library"
610
edition.workspace = true
711
rust-version.workspace = true

0 commit comments

Comments
 (0)