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..5f61c8c --- /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 | +| Christopher 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 | + diff --git a/NOTICE.LLNS b/NOTICE.LLNS new file mode 100644 index 0000000..3737d5a --- /dev/null +++ b/NOTICE.LLNS @@ -0,0 +1,21 @@ +This work was produced under the auspices of the U.S. Department of +Energy by Lawrence Livermore National Laboratory under Contract +DE-AC52-07NA27344. + +This work was prepared as an account of work sponsored by an agency of +the United States Government. Neither the United States Government nor +Lawrence Livermore National Security, LLC, nor any of their employees +makes any warranty, expressed or implied, or assumes any legal liability +or responsibility for the accuracy, completeness, or usefulness of any +information, apparatus, product, or process disclosed, or represents that +its use would not infringe privately owned rights. + +Reference herein to any specific commercial product, process, or service +by trade name, trademark, manufacturer, or otherwise does not necessarily +constitute or imply its endorsement, recommendation, or favoring by the +United States Government or Lawrence Livermore National Security, LLC. + +The views and opinions of authors expressed herein do not necessarily +state or reflect those of the United States Government or Lawrence +Livermore National Security, LLC, and shall not be used for advertising +or product endorsement purposes. diff --git a/README.md b/README.md index ef2fa14..92cd597 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ The chapters are also interspersed with more design or "how does it work" type c ![img/flux-tree.png](img/flux-tree.png) ![img/submit.png](img/submit.png) +#### Release + +SPDX-License-Identifier: LGPL-3.0 +