forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create new issue template for mirroring archives
Closes bazelbuild#15308. PiperOrigin-RevId: 443609450
- Loading branch information
1 parent
ae24714
commit a86cff2
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |