Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.93 KB

REPOSITORIES.md

File metadata and controls

34 lines (25 loc) · 1.93 KB

Community Repositories

The prometheus-community organization collects projects associated with Prometheus that are not part of the prometheus organization itself.

Support for community projects is best-effort on the part of the Prometheus project. Each project must have a sponsor from the Prometheus team.

For community members

To propose adding a new repository to the prometheus-community organization, open an issue on this repository.

For sponsors

Importing an existing repository

  1. Comment on the issue that you are willing to sponsor this repository.
  2. Create a team and add the maintainers for the new repository, unless there is already an appropriate team.
  3. Transfer the repository.
    • If you have owner rights on both sides:
      1. Transfer the repository directly.
    • If you do not have owner rights on the original repository:
      1. Ask the owner of the existing repository to initiate the transfer into the prometheus-community organization.
      2. Accept the transfer.
  4. Add a MAINTAINERS.md listing the active maintainers, and yourself as the sponsor.
  5. Subscribe to notifications for the repository.

Creating a new repository

  1. Comment on the issue that you are willing to sponsor this repository.
  2. Create a team and add the maintainers for the new repository, unless there is already an appropriate team.
  3. Create the repository.
  4. In the repository Settings -> Collaborators and Teams, add the team that should manage the repository, as Admin.
  5. Add a MAINTAINERS.md listing the active maintainers, and yourself as the sponsor.
  6. Subscribe to notifications for the repository.