Skip to content

Commit a85d6a7

Browse files
committed
chore(renovate): disable upgrades to major versions
1 parent 5337080 commit a85d6a7

File tree

8 files changed

+246
-142
lines changed

8 files changed

+246
-142
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
name: Bug report 🐛
2+
description:
3+
Something isn't working as expected? Here is the right place to report.
4+
title: '[YOUR TITLE]: Brief description'
5+
assignees:
6+
- jeffchew,ljcarot,oliviaflory
7+
labels: ['bug']
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: '## Bug report 🐛'
12+
- type: markdown
13+
attributes:
14+
value: 'Use the form below to report any bugs you find. Feel free to leave blank any sections that aren’t relevant but try to include as much detail as possible. The more details we have, the faster we can respond.'
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: Description
19+
description: "What did you expect to happen? What happened instead?"
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: components
24+
attributes:
25+
label: Component(s) impacted
26+
description: "Component(s) impacted? Please include screenshots, or code and relevant URLs."
27+
validations:
28+
required: true
29+
- type: dropdown
30+
id: browser
31+
attributes:
32+
label: Browser
33+
description: "What browser(s) are you working in?"
34+
multiple: true
35+
options:
36+
- Chrome
37+
- Safari
38+
- Firefox
39+
- Microsoft Edge
40+
- type: input
41+
id: version
42+
attributes:
43+
label: Carbon for IBM.com version
44+
description: "What version of Carbon for IBM.com are you using?"
45+
placeholder: e.g. v1.24.0
46+
validations:
47+
required: true
48+
- type: dropdown
49+
id: severity
50+
attributes:
51+
label: Severity
52+
options:
53+
- 'Severity 1 = The design is broken in a critical way that blocks users from completing tasks or damages the brand. Affects major functionality, no workaround.'
54+
- 'Severity 2 = Aspects of design is broken, and impedes users in a significant way, but there is a way to complete their tasks. Affects major functionality, has a workaround.'
55+
- 'Severity 3 = The problem is visible or noticeable to users but does not impede the usability or functionality. Affects minor functionality, has a workaround.'
56+
- 'Severity 4 = The problem is not visible to or noticeable to an average user. Affects minor functionality, no workaround needed.'
57+
validations:
58+
required: true
59+
- type: input
60+
id: application
61+
attributes:
62+
label: Application/website
63+
description: "What application/website do you work on?"
64+
validations:
65+
required: true
66+
- type: dropdown
67+
id: package
68+
attributes:
69+
label: Package
70+
description: Which package(s) are you using?
71+
multiple: true
72+
options:
73+
- '@carbon/ibmdotcom-react'
74+
- '@carbon/ibmdotcom-web-components'
75+
- '@carbon/ibmdotcom-styles'
76+
- '@carbon/ibmdotcom-services'
77+
- '@carbon/ibmdotcom-utilities'
78+
validations:
79+
required: true
80+
- type: input
81+
id: example-url
82+
attributes:
83+
label: CodeSandbox example
84+
description:
85+
'Our
86+
[Web Components](https://www.ibm.com/standards/carbon/web-components)
87+
and [React](https://www.ibm.com/standards/carbon/react) Storybook documentation includes links to
88+
codesandboxes for each component. Use those to help re-create the issue.'
89+
validations:
90+
required: true
91+
- type: textarea
92+
id: reproduce
93+
attributes:
94+
label: "Steps to reproduce the issue (if applicable)"
95+
- type: textarea
96+
id: release-date
97+
attributes:
98+
label: "Release date (if applicable)"
99+
validations:
100+
required: false
101+
- type: checkboxes
102+
id: terms
103+
attributes:
104+
label: Code of Conduct
105+
description: Please confirm the following
106+
options:
107+
- label:
108+
I agree to follow this project's [Code of
109+
Conduct](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/.github/CODE_OF_CONDUCT.md)
110+
required: true
111+
- label:
112+
I checked the [current
113+
issues](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues) for
114+
duplicate issues

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: Feature Request 💡
2+
description:
3+
Suggest a new idea for the project.
4+
title: '[YOUR TITLE]: Brief description'
5+
assignees:
6+
- jeffchew,ljcarot,oliviaflory
7+
labels: ['Feature request']
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: '## Feature Request 💡'
12+
- type: textarea
13+
id: problem
14+
attributes:
15+
label: The problem
16+
description: "Provide a clear and concise description of what the problem this new feature is trying to solve. (For example, I find it frustrating when...)"
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: solution
21+
attributes:
22+
label: The solution
23+
description: "Provide a clear and concise description of what you would like to happen instead."
24+
validations:
25+
required: true
26+
- type: input
27+
id: application
28+
attributes:
29+
label: Application/website
30+
description: "What application/website do you work on?"
31+
validations:
32+
required: true
33+
- type: dropdown
34+
id: priority
35+
attributes:
36+
label: Business priority
37+
options:
38+
- 'High Priority = pressing release'
39+
- 'Medium Priority = upcoming release but is not pressing'
40+
- 'Low Priority = release date is not dependent on fix or not upcoming'
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: time-frame
45+
attributes:
46+
label: "What time frame would this ideally be needed by (if applicable)"
47+
validations:
48+
required: false
49+
- type: textarea
50+
id: user-research
51+
attributes:
52+
label: Examples
53+
description: Provide sample content, references, or audits of solutions solving the same problem in other applications/websites.
54+
- type: checkboxes
55+
id: terms
56+
attributes:
57+
label: Code of Conduct
58+
description: Please confirm the following
59+
options:
60+
- label:
61+
I agree to follow this project's [Code of
62+
Conduct](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/.github/CODE_OF_CONDUCT.md)
63+
required: true
64+
- label:
65+
I checked the [current
66+
issues](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues) for
67+
duplicate issues

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Question 🤔
2+
description:
3+
Usage question or discussion about Carbon for IBM.com.
4+
title: '[YOUR TITLE]: Brief description'
5+
assignees:
6+
- jeffchew,ljcarot,oliviaflory
7+
labels: ['question']
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: '## Question 🤔'
12+
- type: markdown
13+
attributes:
14+
value: "Hi there! 👋 Hope everything is going okay using projects from Carbon for IBM.com. It looks like you might have a question about our work, so we wanted to share a couple resources that you could use if you haven't tried them yet 🙂."
15+
- type: markdown
16+
attributes:
17+
value: "If you're an IBMer, we have a couple of Slack channels available across all IBM Workspaces:"
18+
- type: markdown
19+
attributes:
20+
value: "- #carbon-for-ibm-dotcom for questions about Carbon for IBM.com
21+
22+
- #carbon-design-system for questions about the Carbon Design System"
23+
- type: markdown
24+
attributes:
25+
value: "If these resources don't work out, help us out by filling out a couple of details below!"
26+
- type: textarea
27+
id: summary
28+
attributes:
29+
label: Summary
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: relevant-information
34+
attributes:
35+
label: Relevant information
36+
- type: textarea
37+
id: organization
38+
attributes:
39+
label: Name and organization
40+
validations:
41+
required: true
42+
- type: checkboxes
43+
id: terms
44+
attributes:
45+
label: Code of Conduct
46+
description: Please confirm the following
47+
options:
48+
- label:
49+
I agree to follow this project's [Code of
50+
Conduct](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/.github/CODE_OF_CONDUCT.md)
51+
required: true
52+
- label:
53+
I checked the [current
54+
issues](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues) for
55+
duplicate issues

.github/ISSUE_TEMPLATE/user_story.md

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

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,14 @@
66
"schedule:weekends",
77
":noUnscheduledUpdates"
88
],
9-
"rangeStrategy": "replace"
9+
"packageRules": [
10+
{
11+
"matchUpdateTypes": ["major"],
12+
"enabled": false
13+
}
14+
],
15+
"rangeStrategy": "replace",
16+
"vulnerabilityAlerts": {
17+
"enabled": true
18+
}
1019
}

0 commit comments

Comments
 (0)