Skip to content

Commit

Permalink
Make filename requirements explicit in writing-a-x standards (#490)
Browse files Browse the repository at this point in the history
* Make filename requirements explicit in standard/principle writing standards
  • Loading branch information
jeff-horton-ho-sas authored Dec 20, 2024
1 parent 3d6dc6d commit f420412
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/standards/writing-a-principle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: standard
order: 1
title: Writing a principle
date: 2023-08-04
date: 2024-11-28
id: SEGAS-00002
tags: []
---
Expand Down Expand Up @@ -31,11 +31,13 @@ State the essence of the principle and make it easy to remember. Avoid ambiguous
```yaml
layout: principle
order: 1
title: Example software engineering principle
title: Writing a principle
tags:
- Example
```
The filename must be the kebab-cased title so that the principle's url matches its title. E.g. `writing-a-principle.md`.

### A principle MUST have a description

This description should be no longer than 2 paragraphs. It will be the first paragraph in the markdown file following the metadata. The reader should readily discern the answer to the question: "How does this affect me?".
Expand Down
4 changes: 3 additions & 1 deletion docs/standards/writing-a-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ An unambiguous and unique identifier is needed for each standard. This provides
layout: standard
order: 1
title: Writing a standard
date: 2024-03-18
date: 2024-11-28
id: SEGAS-00001
tags:
- Example
Expand All @@ -46,6 +46,8 @@ A short meaningful name is helpful to reference in conversation. Don't include w
title: Writing a standard
```
The filename must be the kebab-cased title so that the standard's url matches its title. E.g. `writing-a-standard.md`.

### A standard MUST have a description

An overview for each standard must be included. This will add high level information about the collection of requirements that make up the standard. This section will be used as a rationale for the standard as a whole.
Expand Down

0 comments on commit f420412

Please sign in to comment.