diff --git a/.github/ISSUE_TEMPLATE/api-access-template.yaml b/.github/ISSUE_TEMPLATE/api-access-template.yaml index 10207c818c..0a0e313118 100644 --- a/.github/ISSUE_TEMPLATE/api-access-template.yaml +++ b/.github/ISSUE_TEMPLATE/api-access-template.yaml @@ -27,6 +27,29 @@ body: default: 0 validations: required: true + - type: markdown + attributes: + value: | + What kind of key is being requested? + + A *personal* key is one that will be used by an individual developer + on agency-issued GFE. + + A *system* key is one that will be used to communicate with the FAC + as part of a FISMA-Moderate system that has an active ATO. + + - type: dropdown + id: accesstype + attributes: + label: Key type + description: | + Is a personal or system key being requested? + options: + - Personal key + - System key + default: 0 + validations: + required: true - type: input id: email attributes: diff --git a/.github/ISSUE_TEMPLATE/cross-validation.md b/.github/ISSUE_TEMPLATE/cross-validation.md deleted file mode 100644 index 6d5802c854..0000000000 --- a/.github/ISSUE_TEMPLATE/cross-validation.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -name: Cross-validation template -about: Starting point for writing individual cross-validation functions. -title: 'Cross-validation: short summary' -labels: '' -assignees: '' ---- - -## Validation Description - -[//]: # (A description of the validalidation in plain language.) - -## Section(s): -- [ ] This validation touches ALL sections - -[//]: # (Spacing) - - - -[//]: # (Spacing) - -- [ ] Pre-SAC -- [ ] General Information -- [ ] Audit Information -- [ ] Federal Awards -- [ ] Audit Findings -- [ ] Audit findings text -- [ ] CAP Text -- [ ] Additional UEIs -- [ ] Additional Auditors -- [ ] Audit package (PDF) -- [ ] Tribal data consent -- [ ] Auditee certification -- [ ] Auditor certification - -## Error(s) - -- [ ] This generates one error -- [ ] This possibly generates multiple errors - - -### Error text - -[//]: # (Use Python format string syntax. E.g. f"The section {general-information} is missing everything.") - -```python -f"Sad Mac" -``` - -### Error number - -[//]: # (Short identifier followed by timestamp. E.g. UEI_202307050927) - -``` -SADMAC_202307071352 -``` - -## Notes - -[//]: # (Any additional notes for implementation.) - - -```[tasklist] -### Tasks -- [ ] Error text is edited and approved by @lauraherring -- [ ] Validation is implemented -- [ ] When data is correct, validation produces no errors -- [ ] When data is incorrect, validation produces expected errors. -``` - - diff --git a/.github/ISSUE_TEMPLATE/design-issue-template.md b/.github/ISSUE_TEMPLATE/design-issue-template.md deleted file mode 100644 index 35560d6d37..0000000000 --- a/.github/ISSUE_TEMPLATE/design-issue-template.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Design issue template. -about: Starting point for new design issues. -title: '' -labels: 'design' -assignees: '' - ---- - -Breakout issue of... - -This issue covers the design of... - -### Background - -Example - -### Acceptance criteria (We'll know we're done when...) - -- [ ] Example - -### Tasks - -- [ ] Design -- [ ] Peer review -- [ ] Write implementation notes - -### Definition of Done - -- [ ] Screens in Figma are ready to be handed off to front end -- [x] ~All text has a contrast ratio of 4.5:1 with the background~ (Built into USWDS) -- [ ] Interaction are documented if they deviate from USWDS components -- [ ] The needs of someone navigating the site with the use of a screenreader or keyboard has been considered and documented -- [x] ~There is an option for multilingual support~ (We've established multilingual support in the header) -- [ ] There is supporting documentation for alt text, labels for links (anchor + target), error text in forms, tab order, focus order, and what assistive technologies should announce (if applicable) diff --git a/.github/ISSUE_TEMPLATE/epic-template.md b/.github/ISSUE_TEMPLATE/epic-template.md index 64b08d6c82..893c4950a1 100644 --- a/.github/ISSUE_TEMPLATE/epic-template.md +++ b/.github/ISSUE_TEMPLATE/epic-template.md @@ -11,3 +11,26 @@ ### Stories - [ ] ``` + + +# Acceptance Criteria + +### Scenario: + +**Given** +**when** +... + +[comment]: # "Each task should be a verifiable outcome" +```[tasklist] +### then... +- [ ] [a thing happens] +``` + +# Security Considerations + +Required per [CM-4](https://nvd.nist.gov/800-53/Rev4/control/CM-4). + +[comment]: # "Our SSP says 'The team ensures security implications are considered as part of the agile requirements refinement process by including a section in the issue template used as a basis for new work.'" +[comment]: # "Please do not remove this section without care." +[comment]: # "Note any security concerns that might be implicated in the change. 'None' is OK, but we must be explicit here." diff --git a/.github/ISSUE_TEMPLATE/snip-acceptance-criteria.md b/.github/ISSUE_TEMPLATE/snip-acceptance-criteria.md deleted file mode 100644 index 11fe918999..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-acceptance-criteria.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "Snip: Acceptance Criteria" -about: Starting point for a story acceptance. -title: 'snip-acceptance-criteria' -labels: '' -assignees: '' ---- - -# Acceptance Criteria - -We use [DRY](https://docs.behat.org/en/latest/user_guide/writing_scenarios.html#backgrounds) [behavior-driven development](https://en.wikipedia.org/wiki/Behavior-driven_development#Behavioral_specifications) wherever possible. - -[comment]: # "ACs should be clearly demoable/verifiable whenever possible." -[comment]: # "Given: the initial context at the beginning of the scenario" -[comment]: # "when: the event that triggers the scenario" -[comment]: # "then: the expected outcome(s)" -[comment]: # "Repeat scenarios as needed, or repeat behaviors and lists within a scenario as needed." - -[comment]: # "The scenario should be a short, plain language description." -[comment]: # "Feeling repetative? Apply the DRY (Don't Repeat Yourself) principle!" - -### Scenario: - -**Given** -**when** -... - -[comment]: # "Each task should be a verifiable outcome" -```[tasklist] -### then... -- [ ] [a thing happens] -``` diff --git a/.github/ISSUE_TEMPLATE/snip-at-a-glance.md b/.github/ISSUE_TEMPLATE/snip-at-a-glance.md deleted file mode 100644 index 93e50f5618..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-at-a-glance.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: "Snip: At a glance" -about: Starting point for a story. -title: 'snip-at-a-glance' -labels: '' -assignees: '' ---- - -# At a glance - -[comment]: # "Begin with a short summary so intent can be understood at a glance." -[comment]: # "In order to: some objective or value to be achieved" -[comment]: # "as a: stakeholder" -[comment]: # "I want: some new feature" - -**In order to** -**as a** -**I want** - diff --git a/.github/ISSUE_TEMPLATE/snip-background.md b/.github/ISSUE_TEMPLATE/snip-background.md deleted file mode 100644 index c60bce9646..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-background.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: "Snip: Background" -about: Starting point for the background on a ticket. -title: 'snip-background' -labels: '' -assignees: '' ---- - -# Background - -[comment]: # "Any helpful contextual notes or links to artifacts/evidence, if needed" diff --git a/.github/ISSUE_TEMPLATE/snip-content-signoff.md b/.github/ISSUE_TEMPLATE/snip-content-signoff.md deleted file mode 100644 index 7ae69dc68b..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-content-signoff.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "Snip: Content signoff" -about: Starting point for a content signoff checklist. -title: 'snip-content-signoff' -labels: 'content' -assignees: '' ---- - -### Content signoff - -[comment]: # "As each step is completed, assign the next team member to this ticket. At-mention (@-mention) them in a comment for visibility." - -```[tasklist] -### Signed off by... -- [ ] Author -- [ ] Content review -- [ ] Content lead -- [ ] Optional: Product -``` - diff --git a/.github/ISSUE_TEMPLATE/snip-scenario.md b/.github/ISSUE_TEMPLATE/snip-scenario.md deleted file mode 100644 index 573c0744c3..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-scenario.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: "Snip: Scenario" -about: Starting point for a scenario; sub-item to acceptance. -title: 'snip-scenario' -labels: '' -assignees: '' ---- - -[comment]: # "The scenario should be a short, plain language description." -[comment]: # "Feeling repetative? Apply the DRY (Don't Repeat Yourself) principle!" - -### Scenario: - -**Given** -**when** -... - -[comment]: # "Each task should be a verifiable outcome" -```[tasklist] -### then... -- [ ] [a thing happens] -``` diff --git a/.github/ISSUE_TEMPLATE/snip-security-considerations.md b/.github/ISSUE_TEMPLATE/snip-security-considerations.md deleted file mode 100644 index 68174bfa52..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-security-considerations.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: "Snip: Security Considerations" -about: Starting point for security considerations on a piece of work. -title: 'snip-security-considerations' -labels: '' -assignees: '' ---- - -# Security Considerations - -Required per [CM-4](https://nvd.nist.gov/800-53/Rev4/control/CM-4). - -[comment]: # "Our SSP says 'The team ensures security implications are considered as part of the agile requirements refinement process by including a section in the issue template used as a basis for new work.'" -[comment]: # "Please do not remove this section without care." -[comment]: # "Note any security concerns that might be implicated in the change. 'None' is OK, but we must be explicit here." diff --git a/.github/ISSUE_TEMPLATE/snip-shepherd.md b/.github/ISSUE_TEMPLATE/snip-shepherd.md deleted file mode 100644 index 3f45670f9e..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-shepherd.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: "Snip: Shepherds" -about: Starting point for who will shepherd work. -title: 'snip-shepherds' -labels: '' -assignees: '' ---- - -### Shepherds - -[comment]: # "@ mention shepherds as we move across the board." -[comment]: # "Add/remove as needed" - -* Content shepherd: -* Design shepherd: -* Data shepherd: -* Infrastructure shepherd: -* Engineering shepherd: - diff --git a/.github/ISSUE_TEMPLATE/snip-story-process.md b/.github/ISSUE_TEMPLATE/snip-story-process.md deleted file mode 100644 index 16d95a9584..0000000000 --- a/.github/ISSUE_TEMPLATE/snip-story-process.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -name: "Snip: Process Checklist" -about: Starting point for a process checklist. -title: 'snip-process-checklist' -labels: '' -assignees: '' ---- - - -
How it moves across the board...
- -+ Learn more about how our search filters work on our Search Resources page. +
+ ++ Use the arrows at the top of each column to sort results. +
+ ++ For search results of {{ summary_report_download_limit|intcomma }} submissions or less, you can download a combined spreadsheet of all data. + If you need to download more than {{ summary_report_download_limit|intcomma }} submissions, try limiting your search parameters to download in batches. +
+- Use the arrows at the top of each column to sort results. -
-+ Results: {{ results_count }} + showing {{ limit }} per page +
+ {% if results_count <= summary_report_download_limit %} + + {% endif %}- Results: {{ results_count }} - showing {{ limit }} per page -
+View |
---|