https://github.com/typelevel/governance
Typelevel governance
https://github.com/typelevel/governance
Last synced: 5 months ago
JSON representation
Typelevel governance
- Host: GitHub
- URL: https://github.com/typelevel/governance
- Owner: typelevel
- License: cc-by-4.0
- Created: 2021-11-24T00:33:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T17:42:05.000Z (10 months ago)
- Last Synced: 2025-07-08T07:27:43.961Z (9 months ago)
- Language: Scala
- Size: 122 KB
- Stars: 10
- Watchers: 16
- Forks: 2
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Typelevel Governance
This repository houses the documents and discussions that govern Typelevel.
## Documents
* The [Typelevel Charter](CHARTER.md) establishes our mission and procedures
* The [Typelevel Antitrust Policy](ANTITRUST.md)
* The [Typelevel Trademark Policy](TRADEMARKS.md)
* The present [Typelevel Steering Committee](STEERING-COMMITTEE.md)
## Why Join Typelevel?
The Typelevel ecosystem covers a wide range of domains including functional programming, high performance microservices, generic programming, tooling, and more. Projects that work well with or align with the goals of existing projects are invited to consider joining Typelevel.
There are two ways a project can join Typelevel, as an [organization project](https://typelevel.org/projects/organization/) and as an [affiliate project](https://typelevel.org/projects/affiliate/). Both of these membership types are [officially described in the charter](https://github.com/typelevel/governance/blob/main/CHARTER.md#8-project-criteria).
The main difference is that organization projects are hosted by Typelevel (at [github.com/typelevel](https://github.com/typelevel)) and agree to follow the guidance and direction of the steering committee.
**Organization Projects:**
- listed on Typelevel homepage
- hosted by Typelevel
- are published under the org.typelevel group id
- receive build and maintenance help from the Typelevel team
- get updated by [typelevel steward](https://github.com/typelevel/steward)
- tend to use [sbt-typelevel](https://typelevel.org/sbt-typelevel/)
**Affiliate Projects:**
- listed on Typelevel homepage
- demonstrate alignment with other Typelevel projects
- use original release coordinates
- can be withdrawn at any time by the author(s)
## Other Resources
* We are pleased to offer Typelevel contributors access to a license for [Tuple, pair programming software](https://tuple.app/).
Please read [our guide for how to set it up](/resources/tuple.md).
## Contributing
Typelevel is a collaborative organization of volunteers. We welcome
pull requests and discussions here to better our governance.
## License
All governance docs are licensed under [Creative Commons Attribution 4.0 International (CC-BY-4.0)](LICENSE).
## Credits
These documents were bootstrapped from [Minimum Viable Governance](https://github.com/github/mvg).