Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d90486

Browse files
authored
Update limit-request.yml (#1138)
- Ask the user which size limit should be increased. - Update the name of the size limit template
1 parent 8b1e105 commit 9d90486

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

.github/ISSUE_TEMPLATE/limit-request.yml

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
name: >-
3-
Limit Request: PROJECT_NAME - 000 MB
2+
name: Size Limit Increase Request
43
title: >-
54
Limit Request: PROJECT_NAME - 000 MB
65
description: >-
@@ -42,25 +41,32 @@ body:
4241
- label: "Yes" # should be a str but YAML parses unwrapped yes/no as bool
4342
required: true
4443

44+
- type: dropdown
45+
attributes:
46+
label: Which limit do you want increased?
47+
description: >-
48+
There are 2 kinds of size limits on projects.
49+
options:
50+
- per release file
51+
- total project size
52+
validations:
53+
required: true
54+
4555
- type: input
4656
attributes:
47-
label: Size of release/project
57+
label: New limit
4858
description: |
49-
The size of your release, in megabytes, that is above the limit.
50-
51-
If you're hitting the *upload file* size limit, please **update
52-
the size** of your release from "000 MB" in the title.
59+
Please specify a new size limit, in megabytes, that you want.
5360
54-
If you're hitting the *total project* size limit, please update
55-
the size of your project from "000 MB" in the title.
61+
Please **update "000 MB"** in the issue title as well.
5662
validations:
5763
required: true
5864

5965
- type: dropdown
6066
attributes:
6167
label: Which indexes
6268
description: >-
63-
Which index/indexes you need the increase for
69+
Which index/indexes you need the increase for?
6470
(PyPI, Test PyPI, or both)
6571
multiple: true
6672
options:

0 commit comments

Comments
 (0)