From 0497a444354025acd6f76838e04fe5b931f9046f Mon Sep 17 00:00:00 2001 From: "Shaun M. McKeehan" Date: Mon, 13 May 2024 09:29:57 -0400 Subject: [PATCH] (#384) Add GitLab template for New Feature Requests (NFRs) --- .gitlab/issue_templates/nfr.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitlab/issue_templates/nfr.md diff --git a/.gitlab/issue_templates/nfr.md b/.gitlab/issue_templates/nfr.md new file mode 100644 index 000000000..4ad16f6f2 --- /dev/null +++ b/.gitlab/issue_templates/nfr.md @@ -0,0 +1,17 @@ +- **Title:** [A short descriptive name of the New Feature Request (NFR)] +- **Description:** [A clearly worded description of the new feature] +- **Findings/Rationale:** [A short descriptive text providing a clear understanding of the project findings or rationale behind or supporting the NFR] +- **Related Computer Software Configuration Item (CSCI)/Computer Software Component(CSC)** [The CSCI or CSC to which the proposed features should be attached] + +### Proposed Features + +- **Proposed Features** [List of text used to define the required features] + +### Approval Disposition + +**Approval Disposition:** +- [ ] Approved +- [ ] Rejected +- [ ] Deleted + +/label ~nfr