Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
32 changes: 32 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -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 |