Skip to content

Commit 3f66097

Browse files
authored
Merge pull request #11 from segmentio/repo-sync
repo sync
2 parents 68025ee + 07b8723 commit 3f66097

File tree

4 files changed

+59
-63
lines changed

4 files changed

+59
-63
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Segment Support
4+
url: https://segment.com/help/contact/
5+
about: Contact Segment Support for help with product-related issues.
Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,32 @@
11
name: Improve an existing article's content
22
description: Make a suggestion to improve the content of an existing article
33
title: "[Content]: "
4-
labels:
5-
- content
6-
- triage
4+
labels: [content, triage]
75
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
2226

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
Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
name: Display bug or other issue
22
description: Rais an issue related to the display of the site it self, or anything else not related to content.
33
title: "[Bug]: "
4-
labels:
5-
- bug
6-
- triage
4+
labels: [bug, triage]
75
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: Where on segment.com/docs did you see this issue?
19-
description: Please paste link to the article where you noticed the issue.
20-
validations:
21-
required: true
22-
- type: dropdown
23-
id: browsers
24-
attributes:
25-
label: What browsers are you seeing the problem on?
26-
multiple: true
27-
options:
28-
- Firefox
29-
- Chrome
30-
- Safari
31-
- Microsoft Edge
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: checkboxes
12+
# id: terms
13+
# attributes:
14+
- type: input
15+
attributes:
16+
label: Where on segment.com/docs did you see this issue?
17+
description: Please paste link to the article where you noticed the issue.
18+
validations:
19+
required: true
20+
- type: dropdown
21+
id: browsers
22+
attributes:
23+
label: What browsers are you seeing the problem on?
24+
multiple: true
25+
options:
26+
- Firefox
27+
- Chrome
28+
- Safari
29+
- Microsoft Edge

CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The default owners for everything in
22
# the repo. Unless a later match takes precedence.
3-
CODEOWNERS @segmentio/segment-doc-team @sanscontext @markzegarelli
3+
CODEOWNERS @segmentio/segment-doc-team @markzegarelli
44

55
# Diagram library
66
/diagram-library @sanscontext @markzegarelli
@@ -22,7 +22,7 @@ CODEOWNERS @segmentio/segment-doc-team @sanscontext @markzegarelli
2222

2323

2424
# Libraries owners
25-
/src/connections/catalog/libraries @osamakhn @bsneed @pooyaj @juliofarah
25+
/src/connections/catalog/libraries @bsneed @pooyaj @juliofarah
2626

2727
# Destinations owners
2828
/src/connections/destinations @segmentio/segment-doc-team

0 commit comments

Comments
 (0)