diff --git a/source/community.md b/source/community.md index 967d44db69a..2476df92d5a 100644 --- a/source/community.md +++ b/source/community.md @@ -143,6 +143,11 @@ on the project workflow and recommended practices. [Contributor guide for fpm](https://github.com/fortran-lang/fpm/blob/HEAD/CONTRIBUTING.md)
[Contributor guide for fortran-lang.org](community/contributing) +:::{div} sd-text-left sd-fs-4 +Fortran-lang governance +::: + +The [governance](community/governance) model used by the Fortran-lang community :::: ::::{grid-item-card} :shadow: none diff --git a/source/community/governance.md b/source/community/governance.md new file mode 100644 index 00000000000..fb6868f0c19 --- /dev/null +++ b/source/community/governance.md @@ -0,0 +1,71 @@ +--- +sd_hide_title: true +... +# Governance + +:::{div} sd-text-center sd-fs-2 sd-font-weight-bold sd-text-primary +Fortran-lang Governance +::: + +This page provides an overview of the governance structure adopted by the Fortran-lang community, which thrives on the dedication, free time, and diligent efforts of its volunteers. The community comprises administrators, maintainers, and contributors who willingly engage and have the freedom to withdraw their involvement at any given point, irrespective of the reasons. + +:::{div} sd-text-left sd-fs-2 sd-font-weight-bold sd-text-primary +Code of Conduct +::: + +Any contribution to the Fortran-lang community must follow the [code of conduct](https://github.com/fortran-lang/.github/blob/main/CODE_OF_CONDUCT.md). + +:::{div} sd-text-left sd-fs-2 sd-font-weight-bold sd-text-primary +Administrators +::: + +The administrators are responsible for keeping Fortran-lang operational. They have access to the following assets + +- the Fortran-lang GitHub organization and can invite members, give write-access to projects, and create teams +- the Fortran-lang Discourse and can give moderator privileges as well as moderate the forum +- the fortran-lang.org domain +- the [@fortranlang](https://twitter.com/fortranlang) Twitter account + +- the Fortran-lang [YouTube](https://www.youtube.com/@fortranprogramminglanguage7454) channel + +- the Fortran-lang [Mailing-list](https://groups.io/g/fortran-lang) + +Maintainers and contributors should contact the administrators in case any action for those assets is required. + +Current administrators are + +- Ondřej Čertík ([@certik](https://github.com/certik), [ondrej@certik.us](mailto:ondrej@certik.us)) + +- Milan Curcic ([@milancurcic](https://github.com/milancurcic), [milancurcic@hey.com](mailto:milancurcic@hey.com)) + +- Sebastian Ehlert ([@awvwgk](https://github.com/awvwgk), [awvwgk@disroot.org](mailto:awvwgk@disroot.org)) + +- Laurence Kedward ([@lkedward](https://github.com/lkedward), [laurence.kedward@bristol.ac.uk](mailto:kedward@bristol.ac.uk)) + +- Giannis Nikiteas ([@gnikit](https://github.com/gnikit), [giannis.nikiteas@gmail.com](mailto:giannis.nikiteas@gmail.com)) + +:::{div} sd-text-left sd-fs-2 sd-font-weight-bold sd-text-primary +Maintainers +::: + +The maintainers are responsible for organizing the core projects of Fortran-lang, like the package manager, the standard library, and the webpage. Maintainers are responsible for + +- coordinating (larger) projects and steering long-term plans +- helping new contributors to get acquainted with the project and provide guidance for their first contribution +- guiding new reviewers to provide comments and feedback for code contributions in pull requests and patches +- keeping the issue tracker and project boards organized +- making releases and determining their content + +Unless specially required, all discussions and activities of the maintainers will be public and made in collaboration with the community and contributors. Private communications or decisions made by the maintainers will be summarized to the community and contributors publicly after removing personal, private, or sensitive information, that should not be posted publicly on the internet. + +:::{div} sd-text-left sd-fs-2 sd-font-weight-bold sd-text-primary +Contributors +::: + +Everybody is welcome to contribute to Fortran-lang and its projects. Providing and discussing ideas as well as developing concepts and designs are integral contributions to any project. All contributors can steer and add to the long-term vision of the Fortran-lang projects. + +:::{div} sd-text-left sd-fs-2 sd-font-weight-bold sd-text-primary +MIT License +::: + +To the extent possible under law, the authors have waived all copyright and related or neighboring rights to the Fortran-lang community governance document, as per the MIT License dedication. diff --git a/source/conf.py b/source/conf.py index 798391fe3e7..99a503c1678 100644 --- a/source/conf.py +++ b/source/conf.py @@ -189,6 +189,7 @@ "packages": [], "community": [], "packages/**": [], + "community/governance":[], } html_title = "Fortran Programming Language" html_logo = "_static/images/fortran-logo-256x256.png"