Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into amberroseweeks-859-cookie-consent-keyboard-a11y
  • Loading branch information
Amberroseweeks committed Nov 2, 2024
2 parents fed8c2e + f313207 commit bf5c0e2
Show file tree
Hide file tree
Showing 162 changed files with 19,732 additions and 15,228 deletions.
179 changes: 0 additions & 179 deletions .all-contributorsrc

This file was deleted.

19 changes: 16 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,26 @@
"sourceType": "module",
"project": "./tsconfig.json"
},
"extends": ["next/core-web-vitals", "plugin:react/recommended", "prettier"],
"extends": [
"next/core-web-vitals",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"custom-rules/no-text-size-class": "warn"
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": "warn",
"custom-rules/no-text-size-class": "warn",
"prettier/prettier": "error"
},
"plugins": ["react", "eslint-plugin-custom-rules"],
"plugins": [
"react",
"eslint-plugin-custom-rules",
"@typescript-eslint",
"prettier"
],
"settings": {
"react": {
"version": "detect"
Expand Down
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/dataset_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dataset Request
description: Request a datast for inclusion in the product
title: "[Dataset Request]: "
title: '[Dataset Request]: '
labels: [dataset, triage]
assignees:
- switzersc-usds, lucasmbrown-usds
Expand Down Expand Up @@ -75,8 +75,8 @@ body:
attributes:
label: Is this dataset public?
options:
- "Yes"
- "No"
- 'Yes'
- 'No'
validations:
required: true
- type: input
Expand Down Expand Up @@ -134,7 +134,7 @@ body:
attributes:
label: What is the date of last update for this dataset?
description: Please provide in the format YYYY-MM-DD
placeholder: "2017-01-01"
placeholder: '2017-01-01'
validations:
required: true
- type: dropdown
Expand All @@ -160,8 +160,8 @@ body:
attributes:
label: Can this data be put on the cloud?
options:
- "Yes"
- "No"
- 'Yes'
- 'No'
validations:
required: true
- type: textarea
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Please include a summary of the change and which issue is fixed. Please also inc
Fixes # (issue number)

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ about: For cards that are not user stories, but may be technical, UX-related, or
title: 'Task: X'
labels: task
assignees: ''

---

## Describe the task

A clear and concise description of what the task is.

## Acceptance Criteria
Expand All @@ -18,5 +18,5 @@ A clear and concise description of what the task is.

## Additional context

* Add any other context about the task here.
* Or here
- Add any other context about the task here.
- Or here
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/user-story.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Template for creating a user story
title: As a [persona], I [want to], [so that].
labels: ''
assignees: ''

---

**Description**
Expand Down
8 changes: 6 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# Pull Request Title

## Checklist:

Before submitting your PR, please confirm that you have done the following:

- [ ] I have opened my PR against the `staging` branch, NOT against `main`
- [ ] I've run the relevant formatting and linting tools listed in the setup docs
- [ ] I have commented hard-to-understand areas in my code
- [ ] I've reviewed any merge conflicts to make sure they are resolved
- [ ] My changes generate no new warnings

## Description

Please include a summary of the change or the feature being introduced. Include relevant motivation and context. If necessary, list any dependencies that are required for this change.

## Related Issue(s)

This PR addresses issue #...

## Type of change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change

## How Has This Been Tested?
Please describe and/or document how you verified your changes. If relevant, include details of the testing environment and the tests you ran to see how your change affects the code.


Please describe and/or document how you verified your changes. If relevant, include details of the testing environment and the tests you ran to see how your change affects the code.
26 changes: 26 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Set to true to add reviewers to pull requests
addReviewers: true

# Set to true to add assignees to pull requests
addAssignees: false

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 1

# Set to true to add reviewers from different groups to pull requests
useReviewGroups: true

# A list of reviewers, split into different groups, to be added to pull requests (GitHub user name)
reviewGroups:
backend:
- zigouras
frontend:
- CodeWritingCow

# Set to true to add assignees from different groups to pull requests
useAssigneeGroups: false

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip
Loading

0 comments on commit bf5c0e2

Please sign in to comment.