GFM changes
This commit is contained in:
@@ -1,35 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link type="image/png" href="assets/logo.png" rel="icon">
|
||||
<title>ReadySet Markdown</title>
|
||||
</head>
|
||||
<script src="https://www.w3schools.com/lib/w3data.js"></script>
|
||||
<body>
|
||||
##### Project:
|
||||
::[PROJECTNAME](Home)
|
||||
|
||||
<topbar style="display:none;">
|
||||
<item><a href="index.html">Overview</a></item>
|
||||
<item><a href="plan.html">Project Plan</a></item>
|
||||
<item><a href="index-all.html">Workflows</a></item>
|
||||
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
|
||||
<toc></toc>
|
||||
</topbar>
|
||||
##### Internal Release Number:
|
||||
::X.Y.Z
|
||||
|
||||
<xmp theme="readable" style="display:none;">
|
||||
<!-- Markdown content here -->
|
||||
|
||||
# [SRS](SRS) > [Feature Set](Feature-Set) > Feature Specification Format
|
||||
##### Related Documents:
|
||||
- [SRS](SRS) > [Feature Set](Feature-Set) > Feature Specification Format
|
||||
---
|
||||
|
||||
**Process impact:** This reference page documents the format of feature
|
||||
descriptions and gives tips on writing them. You can copy and paste the
|
||||
feature specification template into your [Features](features.html)
|
||||
feature specification template into your [Features](Features)
|
||||
document. This file itself should not be edited to hold specific
|
||||
features.
|
||||
|
||||
*TODO: Copy and paste this feature specification template as many times
|
||||
as needed in your [Features](features.html) document.*
|
||||
as needed in your [Features](Features) document.*
|
||||
|
||||
---
|
||||
### ::F-00: FEATURE NAME
|
||||
@@ -42,7 +28,7 @@ Risk: ::Dangerous | 3-Risk | 2-Risk | 1-Risk | Safe
|
||||
|
||||
Functional area(s): ::WORD, WORD, WORD
|
||||
|
||||
Use case(s): ::[UC-01](use-cases.html#UC-01)
|
||||
Use case(s): ::[UC-01](Use-Cases#UC-01)
|
||||
|
||||
Description:
|
||||
|
||||
|
Reference in New Issue
Block a user