Skip to content

Commit

Permalink
issue #211 add: Fortran Lang governance (#236)
Browse files Browse the repository at this point in the history
* add: governance code file

* /wronge commit

* add : governance code file

* add: the community/governance path

* governance file link add in community section

* fix youtube link

* added sphinx design for headings

* rephrase the line

* Update governance.md
  • Loading branch information
Moksh45 committed Jul 8, 2023
1 parent 8f18ab8 commit c75f584
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br>
[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
Expand Down
71 changes: 71 additions & 0 deletions source/community/governance.md
Original file line number Diff line number Diff line change
@@ -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), [[email protected]](mailto:[email protected]))

- Milan Curcic ([@milancurcic](https://github.com/milancurcic), [[email protected]](mailto:[email protected]))

- Sebastian Ehlert ([@awvwgk](https://github.com/awvwgk), [[email protected]](mailto:[email protected]))

- Laurence Kedward ([@lkedward](https://github.com/lkedward), [[email protected]](mailto:[email protected]))

- Giannis Nikiteas ([@gnikit](https://github.com/gnikit), [[email protected]](mailto:[email protected]))

:::{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.
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"packages": [],
"community": [],
"packages/**": [],
"community/governance":[],
}
html_title = "Fortran Programming Language"
html_logo = "_static/images/fortran-logo-256x256.png"
Expand Down

0 comments on commit c75f584

Please sign in to comment.