Skip to content

Commit 55c5a19

Browse files
authored
Merge branch 'main' into patch-6
2 parents 56c2f9b + 39b8d68 commit 55c5a19

File tree

1,772 files changed

+205997
-5115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,772 files changed

+205997
-5115
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
blank_issues_enabled: false # Force people to start from a template
2+
contact_links:
3+
- name: "Upsun Support - open a Support ticket"
4+
url: https://console.upsun.com/-/users/~/tickets/open
5+
about: If you're experiencing problems with the Upsun Flex or Fixed product offerings, please open a support ticket.
6+
- name: "Upsun Discord - questions and messages"
7+
url: https://discord.gg/upsun
8+
about: For questions and discussion about Upsun Flex or Upsun Fixed product offerings, message us on Discord!
Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,49 @@
1-
name: Improvements
2-
description: For changes to improve existing content.
1+
name: 'Docs - Improvements and corrections'
2+
description: Suggest changes to improve or correct the existing Upsun Flex or Fixed content
33
labels:
44
- ungroomed
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for your interest in helping improve the Platform.sh docs!
10-
Please fill in the fields below so we can understand what changes are needed.
9+
Please complete the fields below to help us improve the Upsun docs.
10+
- type: dropdown
11+
id: priority
12+
validations:
13+
required: true
14+
attributes:
15+
label: Priority
16+
description: How urgent is this update?
17+
options:
18+
- 1 - Urgent - customers are affected; causes support issues
19+
- 2 - Important - inaccurate info needs to be corrected to prevent customer issues
20+
- 3 - Not urgent - can be addressed as team bandwidth permits
21+
- 4 - Nice-to-have - ideal, but not mandatory
22+
- 5 - Unsure - Docs/Advocacy team will assess
23+
default: 2
1124

1225
- type: textarea
1326
attributes:
14-
label: Where on docs.platform.sh should be changed?
15-
description: Link to the pages you think should be updated.
16-
placeholder: https://docs.platform.sh/
27+
label: Where should the changes be made?
28+
description: Add the links to the Upsun Flex and/or Upsun Fixed pages you think should be updated.
29+
placeholder: https://docs.upsun.com, https://fixed.docs.upsun.com/
1730
validations:
1831
required: true
1932

2033
- type: textarea
2134
attributes:
2235
label: What exactly should be updated?
2336
description: |
24-
- Share as much detail as you can to help us understand the suggestion.
25-
- What is written now that shouldn't be or isn't written that should be?
26-
- What do you expect as an outcome?
37+
- **Do not** include Upsun-internal information, Slack threads, etc. in this field.
38+
- What needs to be added, removed, or updated? Please provide as much detail as possible.
39+
- Include expected outcomes that users will find useful.
40+
- Include additional guidance that prevent unexpected outcomes for users.
2741
validations:
2842
required: true
2943

3044
- type: textarea
3145
attributes:
32-
label: Additional context
33-
description: Optionally add any other information or screenshots that could help us understand and implement the change.
46+
label: 'Optional: Additional context'
47+
description: Include other information or screenshots that could help us understand and implement the change.
3448
validations:
3549
required: false
Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,69 @@
1-
name: New docs
2-
description: For adding documentation that doesn't yet exist, such as for a new feature.
1+
name: 'Docs - New documentation request'
2+
description: Propose new documentation (new features, new guides, etc.)
33
labels:
44
- ungroomed
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for helping improve the Platform.sh docs!
10-
Please fill in the fields below so we can understand what documentation is needed.
9+
Please complete the fields below to help us improve the Upsun docs.
10+
11+
- type: dropdown
12+
id: offering
13+
validations:
14+
required: true
15+
attributes:
16+
label: Offering
17+
multiple: true
18+
description: Which offering is impacted by the feature? (select all that apply)
19+
options:
20+
- Upsun Flex
21+
- Upsun Fixed
22+
default: 0,1
1123

1224
- type: textarea
1325
attributes:
1426
label: What needs to be documented?
1527
description: |
16-
Describe in detail what is missing from the documentation.
17-
Include the use case for the missing feature: why people want to use it.
28+
- **Do not** include Upsun-internal information, Slack threads, etc. in this field.
29+
- Include information such as key use cases, benefits to the user, business problem solved, etc.
30+
- Include expected outcomes that users will find useful.
31+
- Include guidance that will prevent negative or unexpected outcomes for users.
1832
validations:
1933
required: true
2034

35+
- type: dropdown
36+
id: docs_impact
37+
attributes:
38+
multiple: true
39+
label: Docs impact
40+
description: Where do you believe these docs should be placed? For further comments, use the Additional context field later in this form.
41+
options:
42+
- "Get started materials or framework-specific guides"
43+
- "Learn: tutorials & best practices"
44+
- "Frameworks (Fixed only)"
45+
- "Reference > Configure apps"
46+
- "Reference > Add services"
47+
- "Reference > Define routes"
48+
- "Reference > Languages"
49+
- "Reference > Development"
50+
- "Reference > Integrations"
51+
- "Reference > Increase observability"
52+
- "Reference > Managing manage enviornments/projects"
53+
- "Reference > Custom domains"
54+
- "Reference > Administration"
55+
- "Reference > Security and compliance"
56+
- "Reference > Dedicated 2 (Fixed only)"
57+
- "Reference > Manage resources (Flex only)"
58+
- "Reference > Glossary"
59+
default: 0
60+
validations:
61+
required: false
62+
2163
- type: textarea
2264
attributes:
23-
label: Additional context
24-
description: Optionally add any other information or screenshots that could help us understand what to document.
65+
label: 'Optional: Additional context'
66+
description: Include other information or screenshots that could help us understand and implement the change.
2567
validations:
2668
required: false
69+

.github/ISSUE_TEMPLATE/new_feature.yml

Lines changed: 0 additions & 240 deletions
This file was deleted.

0 commit comments

Comments
 (0)