Skip to content

Commit

Permalink
Added issue template for action items
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-ruf committed Jan 22, 2020
1 parent c6f04c9 commit aa35ca3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/action-items.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: Action Items (FedRAMP PMO Use Only)
about: Capture action items intended for follow-up by the FedRAMP PMO.
title: ''
labels: ''
assignees: brianrufgsa

---

# Action Item

**This is a ...**
- [ ] **fix** - Something needs to be different.
- [ ] **enhancement** - Something could be better.
- [ ] **investigation** - Something needs to be investigated further.

**This relates to ...**
- [ ] the **FedRAMP OSCAL Registry** (Excel File)
- [ ] the **Modeling a FedRAMP SSP in OSCAL Guide** (PDF)
- [ ] the **FedRAMP SSP OSCAL Template** (JSON Format)
- [ ] the **FedRAMP SSP OSCAL Template** (XML Format)
- [ ] **General/Overall**
- [ ] **Other**

NOTE: For issues related to the OSCAL syntax itself, please create or add to an [issue in the NIST OSCAL Repository](https://github.com/usnistgov/OSCAL/issues).


## Describe the problem or enhancement

{A clear and concise description of the problem or enhancement.}


## Goals:

{A clear and concise description of what you want to happen. This should be outcome focused. Include concise description of any alternative solutions or features you've considered. Feel free to include screenshots or examples about the feature request here.}

## Dependencies:

{Describe any previous issues or related work that must be completed to start or complete this issue.}

## Acceptance Criteria

- [ ] All [FedRAMP Documents Related to OSCAL Adoption](https://github.com/GSA/fedramp-automation) affected by the changes in this issue have been updated.
- [ ] A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR.

{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}



## Other Comments

{Add any other context about the problem here.}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
documents/source
documents/source
utils

0 comments on commit aa35ca3

Please sign in to comment.