Skip to content
Open
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
33 changes: 33 additions & 0 deletions PROJECT_GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!--
SPDX-FileCopyrightText: Copyright Contributors to the LSIS project'

SPDX-License-Identifier: pache-2.0
-->

# Project governance

The basic principle is that decisions are based on consensus. If this decision making process takes too long or a decision is required, the maintainers has the authority to make a decision.

## Maintainers

Maintainers are responsible for maintaining parts of the code-base. Maintainers have the following responsibilities

1. Coordinate development activity
1. Make sure code/documentation reviews are being done
1. Coordinate pull-requests
1. Coordinate bug follow-ups
1. Coordinate questions
1. In case of long discussions or arguments, maintainers or other can request a community council decision.

The current maintainers of this project are:

1. Johan Vergeer
1. Rick van der Wal

Any community member or Contributor can ask a question or raise an issue to the maintainers by logging a GitHub issue.

## Contributors

Contributors include anyone in the technical community that contributes code, documentation, or other technical artifacts to the project.

Anyone can become a contributor. There are no expectations of commitment to the project, no specific skill requirements and no selection process. To become a contributor, a community member simply has to perform one or more actions that are beneficial to the project.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ This repo contains the API specification for the LSIS project.

`lsis-openapi.yml` contains the API specification for the LSIS REST API.

## License

This project is licensed under the Apache-2.0 - see [LICENSE](https://github.com/alliander-opensource/lsis-api-specs/blob/main/LICENCE) for details.

## Contributing

Open a pull request or create a GitHub issue to contribute to this project.
Please read [CODE_OF_CONDUCT.md](https://github.com/alliander-opensource/lsis-api-specs/blob/main/CODE_OF_CONDUCT.md), [CONTRIBUTING.md](https://github.com/alliander-opensource/lsis-api-specs/blob/main/CONTRIBUTING.md), and [PROJECT GOVERNANCE.md](https://github.com/alliander-opensource/lsis-api-specs/blob/main/PROJECT_GOVERNANCE.md) for details on the process for submitting pull requests to us.

## Contact
Please read [SUPPORT.md](SUPPORT.md) for how to connect and get into contact with the LSIS project.