Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a proposal sub-repo to keep a list of past proposals and amend the readme #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/enhancement-template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: Enhancement template
authors: ''
about: Proposals for Enhancements to the COSI Specification
title: "[ENHANCEMENT]"
labels: enhancement
status: ''
assignees: ''

---


A proposal to track early-stage COSI development.

--
Expand Down
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# enhancements
Proposed Enhancements to the COSI Specification
# COSI Enhancements Proposals

Proposed Enhancements to the COSI Specification.

A way to propose, communicate and coordinate on new efforts for the COSI project.


## Review Process

An new enhancement status is `proposed`. The enhancements is then set to `implementable` once approved. The final status is `implemented`, once the implementation work is done.

In order to keep it simple, Github reviewers feature is used as review process.

The enahncememnts will also be discussed during weekly community meetings.

## Proposals list

This is the complete list of the enhancements:

| Proposal | Title | Status | Last Updated |
|------|--------|----------|---------------|

41 changes: 41 additions & 0 deletions proposals/enhancement-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Enhancement template
authors: ''
about: Proposals for Enhancements to the COSI Specification
title: "[ENHANCEMENT]"
labels: enhancement
status: ''
assignees: ''
---


A proposal to track early-stage COSI development.

--
Title: Enhancement Template
Name: Author Name
Date: YYYY-MM-DD

## Summary

Brief overview of the enhancement.

## Motivation

Why are you proposing this change? Provide background, including other ideas considered.

## Proposal

A description of the proposal, including code example and/or architectural diagrams.

### Examples

Provide code examples of how the enhancement would be used.

## References/Prior Art

Provide any reference links or prior art that inspired this RFC.

## Developer's Certificate of Origin

I certify this enhancement proposal is in accordance with the [Developer's Certificate of Origin, version 1.1](https://developercertificate.org).