Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dist
.tern-port

# Spec-Up generated files and build artifacts
*.html
index.html
!spec/**/*.html

# GitHub Pages deployment artifacts
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DIIP follows a **6-month release cycle**:

- **Latest Published Version**: [https://FIDEScommunity.github.io/DIIP](https://FIDEScommunity.github.io/DIIP)
- **Latest Draft**: [https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft)
- **Previous Versions***: Available as static files in the main branch. Examples: [v4](https://FIDEScommunity.github.io/DIIP/v4.html), [v5](https://FIDEScommunity.github.io/DIIP/v5.html)

## How to Contribute

Expand Down
1 change: 1 addition & 0 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ DIIP operates on a structured 6-month release cycle:

- **Published Version**: Available at [https://FIDEScommunity.github.io/DIIP](https://FIDEScommunity.github.io/DIIP)
- **Draft Version**: Available at [https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft)
- **Previous Versions***: Available as static files in the main branch. Examples: [v4](https://FIDEScommunity.github.io/DIIP/v4.html), [v5](https://FIDEScommunity.github.io/DIIP/v5.html)

## Decision Making Process

Expand Down
4 changes: 4 additions & 0 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
**Latest Draft:**
[https://FIDEScommunity.github.io/DIIP/draft](https://FIDEScommunity.github.io/DIIP/draft)

**Previous Releases:**
[v4](v4.html),
[v5](v5.html)

Editors:
~ [Eelco Klaver](https://www.linkedin.com/in/eklaver/) (Credenco)
~ [Harmen van der Kooij](https://www.linkedin.com/in/harmenvanderkooij/) (FIDES Labs)
Expand Down
Loading