1
1
name : Improve an existing article's content
2
2
description : Make a suggestion to improve the content of an existing article
3
3
title : " [Content]: "
4
- labels :
5
- - content
6
- - triage
4
+ labels : [content, triage]
7
5
body :
8
- - type : markdown
9
- attributes :
10
- vallue : |
11
- * Please check that there is not an existing open [issue](https://github.com/segmentio/segment-docs/issues) before you create a new one.
12
- * Read the Contribution guide before you continue.
13
- # - type: checkboxes
14
- # id: terms
15
- # attributes:
16
- - type : input
17
- attributes :
18
- label : What article on segment.com/docs is affected?
19
- description : Please paste link to the article you'd like to see updated.
20
- validations :
21
- required : true
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ * Please check that there is not an existing open [issue](https://github.com/segmentio/segment-docs/issues) before you create a new one.
10
+ * Read the Contribution guide before you continue.
11
+ - type : input
12
+ attributes :
13
+ label : What article on segment.com/docs is affected?
14
+ description : Please paste link to the article you'd like to see updated.
15
+ validations :
16
+ required : true
17
+ - type : textarea
18
+ attributes :
19
+ label : What part(s) of the article would you like to see updated?
20
+ description : |
21
+ - Give as much detail as you can to help us understand the change you want to see.
22
+ - Why should the docs be changed? What use cases does it support?
23
+ - What is the expected outcome?
24
+ validations :
25
+ required : true
22
26
23
- - type : textarea
24
- attributes :
25
- label : What part(s) of the article would you like to see updated?
26
- description : |
27
- - Give as much detail as you can to help us understand the change you want to see.
28
- - Why should the docs be changed? What use cases does it support?
29
- - What is the expected outcome?
30
- validations :
31
- required : true
32
-
33
- - type : textarea
34
- attributes :
35
- label : Additional information
36
- description : Add any other context or screenshots about the feature request here.
37
- validations :
38
- required : false
27
+ - type : textarea
28
+ attributes :
29
+ label : Additional information
30
+ description : Add any other context or screenshots about the feature request here.
31
+ validations :
32
+ required : false
0 commit comments