Skip to content

Commit

Permalink
Merge branch 'master' into table-title-idref
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Jan 8, 2020
2 parents 2678511 + 81af245 commit 4abe74d
Show file tree
Hide file tree
Showing 258 changed files with 11,579 additions and 11,216 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/accessibility-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Accessibility Issue ♿
about: Report an accessibility or usability issue
title: ''
labels: 'type: a11y ♿'
labels: 'type: a11y ♿', 'squad: system'
assignees: ''
---

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Bug Report \U0001F41B"
name: "Bug Report 🐛"
about: Something isn't working as expected? Here is the right place to report.
title: ''
labels: "type: bug \U0001F41B"
labels: "type: bug 🐛", "squad: system"
assignees: ''
---

Expand Down
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request-or-enhancement.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Feature request or enhancement \U0001F4A1"
name: "Feature request or enhancement 💡"
about: Suggest an idea for this project
title: ''
labels: "type: enhancement \U0001F4A1"
labels: "type: enhancement 💡", "squad: system"
assignees: ''
---

Expand All @@ -15,18 +15,22 @@ If you are reporting a bug or problem, please use the bug template instead.

Please describe your request in one or two sentences.

Clarify if you are asking for both design and development, or just design, or
just development.
Clarify if you are asking for design, development, or both design and
development.

### Justification

Provide the business reasons for this request.

### Desired UX and success metrics

<!--alex disable failure-->

Describe the full user experience for this feature. Also define the metrics by
which we can measure success/failure for the user.

<!--alex enable failure-->

### "Must have" functionality

Highlight any "must have" needs and functionality for the request.
Expand All @@ -36,9 +40,13 @@ you to define functionality based on the desired UX.

### Specific timeline issues / requests

<!--alex disable period-->

Do you want this work within a specific time period? Is it related to an
upcoming release?

<!--alex enable period-->

_NB: The Carbon team will try to work with your timeline, but it's not
guaranteed. The earlier you make a request in advance of a desired delivery
date, the better!_
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Question ❓
about: Usage question or discussion about Carbon Components.
about: Usage question or discussion about Carbon components
title: ''
labels: 'type: question :question:'
labels: 'type: question ', 'squad: system'
assignees: ''
---

Expand Down
123 changes: 123 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
'squad: system':
- '*'
- '**/*'

'package: browserslist-config-carbon':
- packages/browserslist-config-carbon/*
- packages/browserslist-config-carbon/**/*

'package: bundler':
- packages/bundler/*
- packages/bundler/**/*

'package: cli':
- packages/cli/*
- packages/cli/**/*

'package: cli-reporter':
- packages/cli-reporter/*
- packages/cli-reporter/**/*

'package: colors':
- packages/colors/*
- packages/colors/**/*

'package: components':
- packages/components/*
- packages/components/**/*

'package: elements':
- packages/elements/*
- packages/elements/**/*

'package: eslint-config-carbon':
- packages/eslint-config-carbon/*
- packages/eslint-config-carbon/**/*

'package: grid':
- packages/grid/*
- packages/grid/**/*

'package: icon-build-helpers':
- packages/icon-build-helpers/*
- packages/icon-build-helpers/**/*

'package: icon-helpers':
- packages/icon-helpers/*
- packages/icon-helpers/**/*

'package: icons':
- packages/icons/*
- packages/icons/**/*

'package: icons-angular':
- packages/icons-angular/*
- packages/icons-angular/**/*

'package: icons-handlebars':
- packages/icons-handlebars/*
- packages/icons-handlebars/**/*

'package: icons-react':
- packages/icons-react/*
- packages/icons-react/**/*

'package: icons-vue':
- packages/icons-vue/*
- packages/icons-vue/**/*

'package: import-once':
- packages/import-once/*
- packages/import-once/**/*

'package: layout':
- packages/layout/*
- packages/layout/**/*

'package: motion':
- packages/motion/*
- packages/motion/**/*

'package: pictograms':
- packages/pictograms/*
- packages/pictograms/**/*

'package: pictograms-react':
- packages/pictograms-react/*
- packages/pictograms-react/**/*

'package: react':
- packages/react/*
- packages/react/**/*

'package: react-hooks':
- packages/react-hooks/*
- packages/react-hooks/**/*

'package: scss-generator':
- packages/scss-generator/*
- packages/scss-generator/**/*

'package: sketch':
- packages/sketch/*
- packages/sketch/**/*

'package: stylelint-config-elements':
- packages/stylelint-config-elements/*
- packages/stylelint-config-elements/**/*

'package: text-utils':
- packages/text-utils/*
- packages/text-utils/**/*

'package: themes':
- packages/themes/*
- packages/themes/**/*

'package: type':
- packages/type/*
- packages/type/**/*

'package: upgrade':
- packages/upgrade/*
- packages/upgrade/**/*
8 changes: 4 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ daysUntilClose: 3
exemptLabels:
- 'type: a11y ♿'
- 'type: bug 🐛'
- 'Severity 1 🚨'
- 'priority: high'
- 'v11'
- 'severity: 1 🚨'
- 'impact: 1'
- 'version: 11'
# Label to use when marking an issue as stale
staleLabel: inactive
staleLabel: 'status: inactive'
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
We've marked this issue as stale because there hasn't been any activity for a couple of weeks.
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Label pull requests'
on:
schedule:
- cron: '*/5 * * * *'
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
LABEL_MAPPINGS_FILE: .github/labeler.yml
2 changes: 1 addition & 1 deletion .github/workflows/sync-generated-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
release:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ node_modules

# Generated by npm@5, but project currently uses Yarn
package-lock.json

# AAT test results from DAP/Axe
results/
Binary file added .yarn/offline-mirror/chromedriver-77.0.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/debug-4.1.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/deep-diff-0.3.8.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/del-4.1.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/ibma-aat-2.0.3-alpha.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/ip-regex-2.1.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/is-path-cwd-2.2.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/is-path-in-cwd-2.1.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/is-path-inside-2.1.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/is-url-1.2.4.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/is2-2.0.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/proxy-from-env-1.0.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/puppeteer-1.20.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/tcp-port-used-1.0.1.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/ws-6.2.1.tgz
Binary file not shown.
Loading

0 comments on commit 4abe74d

Please sign in to comment.