1
0
mirror of synced 2026-02-06 19:05:55 +00:00

RFC: outline design details

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2022-10-21 11:07:18 +00:00
parent cf8ac4dd0e
commit 76c31c6303

View File

@@ -235,17 +235,23 @@ API. This does not strike as a better alternative.
## Design Details
<!--
This section should contain enough information that the specifics of your
change are understandable. This may include API specs and code snippets.
### Artifact Revision format
The design details should address at least the following questions:
- How can this feature be enabled / disabled?
- Does enabling the feature change any default behavior?
- Can the feature be disabled once it has been enabled?
- How can an operator determine if the feature is in use?
- Are there any drawbacks when enabling this feature?
-->
#### Format
#### Parsing the Revision field
### Artifact Digest
#### Library
#### Configuration
#### Calculation
#### Verification
#### Deprecation of Checksum
## Implementation History