File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change
1
+ name : Documentation issue
2
+ description : File an issue or make a suggestion for the project documentation
3
+ title : " [Documentation]: "
4
+ labels : ["documentation"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to improve our documentation!
10
+ - type : checkboxes
11
+ attributes :
12
+ label : Is there an existing issue for this?
13
+ description : Please search to see if an issue already exists for the documentation issue you encountered.
14
+ options :
15
+ - label : I have searched the existing issues
16
+ required : true
17
+ - type : input
18
+ id : page-url
19
+ attributes :
20
+ label : Page URL (type "NEW" for a new page suggestion)
21
+ validations :
22
+ required : true
23
+ - type : textarea
24
+ id : what-needs-improving
25
+ attributes :
26
+ label : What's the documentation problem or suggestion?
27
+ placeholder : Tell us what should be improved!
28
+ value : " Docs need improving!"
29
+ validations :
30
+ required : true
31
+ - type : checkboxes
32
+ id : terms
33
+ attributes :
34
+ label : Code of Conduct
35
+ description : By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md)
36
+ options :
37
+ - label : I agree to follow this project's Code of Conduct
38
+ required : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Issue Manager
2
2
3
3
on :
4
4
schedule :
5
- - cron : " 0 0 * * * "
5
+ - cron : " 0 0 * * 0-4 "
6
6
7
7
permissions :
8
8
contents : read
You can’t perform that action at this time.
0 commit comments