From 5dd5830b1e7c8887cc3afca91bda7b95c4c15879 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Thu, 8 Jan 2026 14:38:27 -0800 Subject: [PATCH] doc: copy MAINTAINERS, CONTRIBUTING from flux-core Problem: all flux-framework repositories need a MAINTAINERS.md file, but this repository doesn't have one. Copy MAINTAINERS.md and CONTRIBUTING.md from flux-core. --- CONTRIBUTING.md | 42 ++++++++++++++++++++++++++++++++++++++++++ MAINTAINERS.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 CONTRIBUTING.md create mode 100644 MAINTAINERS.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8817f8d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,42 @@ +# Flux Framework Contribution Guide + +The Flux project welcomes all contributors. This short guide details how +to contribute to Flux Framework projects in a standardized and efficient +manner. + +## Contribution RFCs + +Contributions to Flux projects should adhere to the rules contained +in the following RFCs from the [flux-framework/rfc][1] project: + + * [*RFC 1: Collective Code Construction Contract*][2] + + Also known as *C4.1*. This RFC includes details on the construction + of proper commits, commit requests, and the Pull Request process + used by Flux Framework projects. + + * [*RFC 2: Flux Licensing and Collaboration Guidelines*][3] + + This RFC specifies licensing and collaboration goals and requirements + for Flux Framework projects. + + * [*RFC 7: Flux Coding Style Guide*][4] + + This RFC details the preferred code style guidelines for contributions + to Flux projects. + + * [*RFC 47: Flux Framework Contributor Code of Conduct*][5] + + Behave! + + * [*RFC 48: Flux Framework Project Governance*][6] + + This RFC describes the rules for the development and community + management of Flux projects. + +[1]: https://github.com/flux-framework/rfc +[2]: https://flux-framework.rtfd.io/projects/flux-rfc/en/latest/spec_1.html +[3]: https://flux-framework.rtfd.io/projects/flux-rfc/en/latest/spec_2.html +[4]: https://flux-framework.rtfd.io/projects/flux-rfc/en/latest/spec_7.html +[5]: https://flux-framework.rtfd.io/projects/flux-rfc/en/latest/spec_47.html +[6]: https://flux-framework.rtfd.io/projects/flux-rfc/en/latest/spec_48.html diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..317c166 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,32 @@ +This document contains a list of the Maintainers of this github repository. +For further information on the role of Maintainer and how to contribute +to this project, please refer to [CONTRIBUTING](CONTRIBUTING.md). + +## Current Maintainers + +| Maintainer | GitHub ID | Affiliation | +| ---------------- | ----------------------------------------------------- | ----------- | +| Al Chu | [chu11](https://github.com/chu11) | LLNL | +| Chris Dunlap | [dun](https://github.com/dun) | LLNL | +| Chris Moussa | [cmoussa1](https://github.com/cmoussa1) | LLNL | +| Elsa Gonsiorowski| [gonsie](https://github.com/gonsie) | LLNL | +| James Corbett | [jameshcorbett](https://github.com/jameshcorbett) | LLNL | +| Jim Garlick | [garlick](https://github.com/garlick) | LLNL | +| Jae-seung Yeom | [JaeseungYeom](https://github.com/JaeseungYeom) | LLNL | +| Mark Grondona | [grondo](https://github.com/grondo) | LLNL | +| Daniel Milroy | [milroy](https://github.com/milroy) | LLNL | +| Tapasya Patki | [tpatki](https://github.com/tpatki) | LLNL | +| Tom Scogland | [trws](https://github.com/trws) | LLNL | +| Vanessa Sochat | [vsoch](https://github.com/vsoch) | LLNL | +| Becky Springmeyer| [springme](https://github.com/springme) | LLNL | +| William Hobbs | [wihobbs](https://github.com/wihobbs) | LLNL | + +## Maintainers Emeritus + +| Maintainer | GitHub ID | Affiliation | +| ---------------- | ----------------------------------------------------- | ----------- | +| Dong Ahn | [dongahn](https://github.com/dongahn) | NVIDIA | +| Don Lipari | [lipari](https://github.com/lipari) | independent | +| Chris Morrone | [morrone](https://github.com/morrone) | LLNL | +| Stephen Herbein | [steVwonder](https://github.com/steVwonder) | NVIDIA | +