generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into deployment_fix
- Loading branch information
Showing
23 changed files
with
306 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
--- | ||
name: Maintenance | ||
about: Questions and requests related to organizational support and maintenance | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**What type of help do you need?** | ||
|
||
* [ ] Question | ||
* [ ] New Repo | ||
* [ ] Delete Repo | ||
* [ ] User Membership (please make sure new members are familiar with the [CDC open practices](https://github.com/CDCgov/template/blob/master/open_practices.md#profile-setup) and set up their profile with name and org info to help people collaborate with them) | ||
* [ ] Other | ||
- [ ] Question | ||
- [ ] New Repo | ||
- [ ] Delete Repo | ||
- [ ] User Membership (please make sure new members are familiar with the [CDC open practices](https://github.com/CDCgov/template/blob/master/open_practices.md#profile-setup) and set up their profile with name and org info to help people collaborate with them) | ||
- [ ] Other | ||
|
||
**Please describe how you'd like us to help.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Test | ||
on: | ||
workflow_call: | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
- "**" | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
lint-frontend: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Install modules | ||
run: npm install | ||
- name: Run linter | ||
run: npm run lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
repos: | ||
# Formatters | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: pretty-format-json | ||
args: [--autofix, --no-sort-keys] | ||
exclude: .*valid.* | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v3.0.2 | ||
hooks: | ||
- id: prettier | ||
- repo: local | ||
hooks: | ||
# run `terraform fmt` if tf files are modified and terraform is installed | ||
# when terraform is not installed, this check will succeed even if tf files | ||
# would not pass the format check | ||
- id: terraform-fmt | ||
name: terraform-fmt | ||
entry: bash -c 'if command -v terraform >/dev/null 2>&1; then terraform | ||
fmt -recursive -check terraform; else exit 0; fi' | ||
language: system | ||
types: | ||
- terraform | ||
pass_filenames: false | ||
|
||
ci: | ||
autofix_prs: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"cSpell.words": [ | ||
"ATSDR", | ||
"CFPB", | ||
"ISSO", | ||
"cybersecurity" | ||
] | ||
} | ||
"cSpell.words": [ | ||
"ATSDR", | ||
"CFPB", | ||
"ISSO", | ||
"cybersecurity" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Welcome! | ||
|
||
Thank you for contributing to CDC's Open Source projects! If you have any | ||
questions or doubts, don't be afraid to send them our way. We appreciate all | ||
contributions, and we are looking forward to fostering an open, transparent, and | ||
|
@@ -11,28 +12,33 @@ files, also found in this repository. If you have any inquiries or questions not | |
answered by the content of this repository, feel free to [contact us](mailto:[email protected]). | ||
|
||
## Public Domain | ||
|
||
This project is in the public domain within the United States, and copyright and | ||
related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/). | ||
All contributions to this project will be released under the CC0 dedication. By | ||
submitting a pull request you are agreeing to comply with this waiver of | ||
copyright interest. | ||
|
||
## Requesting Changes | ||
|
||
Our pull request/merging process is designed to give the CDC Surveillance Team | ||
and other in our space an opportunity to consider and discuss any suggested | ||
changes. This policy affects all CDC spaces, both on-line and off, and all users | ||
are expected to abide by it. | ||
|
||
### Open an issue in the repository | ||
|
||
If you don't have specific language to submit but would like to suggest a change | ||
or have something addressed, you can open an issue in this repository. Team | ||
members will respond to the issue as soon as possible. | ||
|
||
### Submit a pull request | ||
|
||
If you would like to contribute, please submit a pull request. In order for us | ||
to merge a pull request, it must: | ||
* Be at least seven days old. Pull requests may be held longer if necessary | ||
to give people the opportunity to assess it. | ||
* Receive a +1 from a majority of team members associated with the request. | ||
If there is significant dissent between the team, a meeting will be held to | ||
discuss a plan of action for the pull request. | ||
|
||
- Be at least seven days old. Pull requests may be held longer if necessary | ||
to give people the opportunity to assess it. | ||
- Receive a +1 from a majority of team members associated with the request. | ||
If there is significant dissent between the team, a meeting will be held to | ||
discuss a plan of action for the pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.