Skip to content

Commit

Permalink
Create new issue template for mirroring archives
Browse files Browse the repository at this point in the history
Closes bazelbuild#15308.

PiperOrigin-RevId: 443609450
  • Loading branch information
Wyverald authored and copybara-github committed Apr 22, 2022
1 parent ae24714 commit a86cff2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/mirror_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mirror request
description: Request to add new archives to mirror.bazel.build
labels: ["mirror request", "type: process", "P2", "team-OSS"]
title: "[Mirror] "
body:
- type: markdown
attributes:
value: >
**Attention:** if the archive you're trying to mirror is a GitHub release archive,
please use URLs of the form `https://github.com/$USER/$REPO/archive/refs/tags/$TAG`,
instead of the form without the `refs/tags/` part. The latter is *not* guaranteed to
have a stable hash (see
https://github.com/bazel-contrib/SIG-rules-authors/issues/11#issuecomment-1029861300
for more details).
- type: textarea
id: urls
attributes:
label: >
Please list the URLs of the archives you'd like to mirror:

0 comments on commit a86cff2

Please sign in to comment.