Skip to content

Commit

Permalink
Merge branch 'main' into renovate/eslint-config-airbnb-base-15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Oct 5, 2022
2 parents 9a897ea + 7807d8c commit b70c679
Show file tree
Hide file tree
Showing 229 changed files with 4,216 additions and 3,453 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/USER_STORY.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: (Carbon core team ONLY) User story
description:
Write a user story to begin solving their needs.
title: '[YOUR TITLE]: Brief description'
body:
- type: markdown
attributes:
value: "Avoid any type of solutions in this user story."
- type: markdown
attributes:
value: "Consider the following when writing Acceptance criteria for this story:
- Each product backlog item or user story should have at least one Acceptance criteria.
- Acceptance criteria defines a deliverable that can be completed in a single sprint.
- Each Acceptance criterion is independently testable.
- Include functional as well as non-functional criteria – when relevant.
- Team members write Acceptance criteria and the Product Owner verifies it."
- type: textarea
id: user-story
attributes:
label: User story
value: "> As a `[user role below]`:
> I need to:
> so that I can:"
validations:
required: true
- type: textarea
id: additional-information
attributes:
label: Additional information
value: "- _{{user research}}_
- _{{user insights}}_
- _{{user metrics}}_"
validations:
required: true
- type: textarea
id: acceptance-criteria
attributes:
label: Acceptance criteria
value: "- [ ] _{{State acceptance criteria}}_
- [ ] _{{State another}}_
- [ ] _{{And another}}_"
validations:
required: true
100 changes: 100 additions & 0 deletions .github/workflows/slack-office-hours.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: Slack Office Hours Reminder

on:
schedule:
# Run every Tuesday at 09:00AM CT, 02:00PM UTC
- cron: '0 14 * * TUE'

jobs:
post-reminder:
name: Post dev reminder to carbon-react
runs-on: ubuntu-latest
steps:
- name: Send custom JSON data to Slack workflow
id: slack
uses: slackapi/slack-github-action@v1.18.0
with:
payload: |
{
"username": "Carbon Design System",
"icon_url": "https://user-images.githubusercontent.com/3360588/192045905-5d9705af-92e2-4432-805e-15db98571e8b.png",
"channel": "#carbon-react",
"text": "Join us for Carbon Developer Office Hours!",
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "Join us for Carbon Developer Office Hours!",
"emoji": true
}
},
{
"type": "divider"
},
{
"type": "image",
"image_url": "https://carbondesignsystem.com/static/406b7e7bf6865c094dd9a7a0bcb8bd41/3cbba/light-getting-started-developers.png",
"alt_text": "A terminal prompt symbol"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":thinking_face: _Are you running into a weird bug you can’t resolve?_ \n\n_:question: Do you have questions about using Carbon?_ \n\n :rocket: _Would you like to discuss migrating from v10 to v11?_"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Carbon developer office hours* are a bi-weekly opportunity to discuss topics like these and get help from the team. Developers from the Carbon System Squad, who maintain the core React components, elements and styles, will be available to help and answer questions. While it's very informal, please be prepared to screen share and show your issue!"
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":yourlearning: *Subscribe, add to your calendar, attend the next meeting* :ibm-arrow-right::ibm-arrow-right::ibm-arrow-right:"
},
"accessory": {
"type": "button",
"text": {
"type": "plain_text",
"text": "Subscribe",
"emoji": true
},
"value": "click_me_123",
"url": "https://ec.yourlearning.ibm.com/w3/enrollment/event/10289726",
"action_id": "button-action"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":memo: *Sign up to get help in a future session* :ibm-arrow-right::ibm-arrow-right::ibm-arrow-right:"
},
"accessory": {
"type": "button",
"text": {
"type": "plain_text",
"text": "View the agenda",
"emoji": true
},
"value": "click_me_123",
"url": "https://ibm.biz/carbon-dev-office-hours",
"action_id": "button-action"
}
},
{
"type": "divider"
}
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6
with:
any-of-issue-labels:
"status: waiting for author's response 💬,status: needs more info 🤷‍♀️"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-carbon",
"description": "ESLint configuration for Carbon",
"version": "2.15.0",
"version": "2.16.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
Loading

0 comments on commit b70c679

Please sign in to comment.