generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a178aa5
Showing
15 changed files
with
784 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Normal text let sit to auto | ||
*.htm text | ||
*.html text | ||
*.css text | ||
*.js text | ||
|
||
## Declare files that will always have LF (aka \n aka 10 aka 0x0a) line endings on checkout. | ||
*.sh text eol=lf | ||
*.md text eol=lf | ||
*.json text eol=lf | ||
*.yml text eol=lf | ||
*.csv text eol=lf | ||
|
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,44 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what feature is not working. | ||
|
||
**Impact** | ||
Please describe the impact this bug is causing to your program or organization. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Logs** | ||
If applicable, please attach logs to help describe your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- 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] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,18 @@ | ||
--- | ||
name: Maintenance | ||
about: Questions and requests related to organizational support and maintenance | ||
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 | ||
|
||
**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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
**Please describe the bug this fixes or the feature this adds.** | ||
|
||
**Please describe how you tested this change. Include unit tests whenever possible.** | ||
|
||
**Did you create or modify any associated documentation with this change? If documentation is not included in PR, please link to related documentation.** | ||
|
||
**If you added or modified HTML, did you check that it was 508 compliant?** | ||
|
||
**Please tag any specific reviewers you would like to review this PR** | ||
|
||
**Please include the following checks for open source contributing?** | ||
|
||
* [ ] Did you check for sensitive data, and remove any? | ||
* [ ] Are additional approvals needed for this change? | ||
* [ ] Are there potential vulnerabilities or licensing issues with any new dependencies introduced? |
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,14 @@ | ||
--- | ||
name: Vulnerability Maintenance | ||
about: Routine updates to address vulnerabilities. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What vulnerabilities does this PR remove or update?** | ||
|
||
**Have you tested to make sure these updates do not cause unintended consequences?** | ||
|
||
**Are these patch updates? minor? major?** |
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,8 @@ | ||
{ | ||
"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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 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 | ||
collaborative environment. | ||
|
||
Before contributing, we encourage you to also read our [LICENSE](LICENSE), | ||
[README](README.md), and | ||
[code-of-conduct](code-of-conduct.md) | ||
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. |
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,23 @@ | ||
# DISCLAIMER | ||
Use of this service is limited only to **non-sensitive and publicly available | ||
data**. Users must not use, share, or store any kind of sensitive data like | ||
health status, provision or payment of healthcare, Personally Identifiable | ||
Information (PII) and/or Protected Health Information (PHI), etc. under **ANY** | ||
circumstance. | ||
|
||
Administrators for this service reserve the right to moderate all information | ||
used, shared, or stored with this service at any time. Any user that cannot | ||
abide by this disclaimer and Code of Conduct may be subject to action, up to | ||
and including revoking access to services. | ||
|
||
The material embodied in this software is provided to you "as-is" and without | ||
warranty of any kind, express, implied or otherwise, including without | ||
limitation, any warranty of fitness for a particular purpose. In no event shall | ||
the Centers for Disease Control and Prevention (CDC) or the United States (U.S.) | ||
government be liable to you or anyone else for any direct, special, incidental, | ||
indirect or consequential damages of any kind, or any damages whatsoever, | ||
including without limitation, loss of profit, loss of use, savings or revenue, | ||
or the claims of third parties, whether or not CDC or the U.S. government has | ||
been advised of the possibility of such loss, however caused and on any theory | ||
of liability, arising out of or in connection with the possession, use or | ||
performance of this software. |
Oops, something went wrong.