File tree 1 file changed +16
-10
lines changed
1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : >-
3
- Limit Request: PROJECT_NAME - 000 MB
2
+ name : Size Limit Increase Request
4
3
title : >-
5
4
Limit Request: PROJECT_NAME - 000 MB
6
5
description : >-
@@ -42,25 +41,32 @@ body:
42
41
- label : " Yes" # should be a str but YAML parses unwrapped yes/no as bool
43
42
required : true
44
43
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
+
45
55
- type : input
46
56
attributes :
47
- label : Size of release/project
57
+ label : New limit
48
58
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.
53
60
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.
56
62
validations :
57
63
required : true
58
64
59
65
- type : dropdown
60
66
attributes :
61
67
label : Which indexes
62
68
description : >-
63
- Which index/indexes you need the increase for
69
+ Which index/indexes you need the increase for?
64
70
(PyPI, Test PyPI, or both)
65
71
multiple : true
66
72
options :
You can’t perform that action at this time.
0 commit comments