Skip to content

Commit

Permalink
Merge branch 'frontend_setup' of https://github.com/CS3219-AY2425S1/c…
Browse files Browse the repository at this point in the history
…s3219-ay2425s1-project-g05 into frontend_setup
  • Loading branch information
peienlim committed Sep 23, 2024
2 parents b05b4e7 + 67e18f9 commit 85d40d6
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/ISSUE_TEMPLATE/individual-feature.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Individual Feature
about: This template helps you to create individual features within a high-level requirement.
about:
This template helps you to create individual features within a high-level requirement.
This is equivalent to a Feature within an Epic.
title: "[REQ ID] [FEAT ID]"
title: '[REQ ID] [FEAT ID]'
labels: chore.Feature
assignees: ''

---

# [Feature Name]
Expand All @@ -16,8 +16,14 @@ assignees: ''

Enter some information about the feature you are specifying.

## Features
## Functional Requirements

1. [Link to FR 1]()
2. [Link to FR 2]()
...

## Non-Functional Requirements

1. [Link to Feature 1]()
2. [Link to Feature 2]()
...
1. [Link to NFR 1]()
2. [Link to NFR 2]()
...

0 comments on commit 85d40d6

Please sign in to comment.