Skip to content

opensciencearchive/oeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OEPs — OSA Enhancement Proposals

Design documents for the Open Science Archive protocol.

Structure

oeps/           # OEP documents (markdown)
web/            # Website (Astro)

Writing an OEP

Use the helper script to create a new OEP:

./create-oep.sh <number> "<title>"

# Example
./create-oep.sh 5 "Decentralized Storage Protocol"

This creates oeps/OEP-0005.md with the standard template, your git author info, and today's date.

Alternatively, copy template.md manually and fill in the frontmatter:

---
oep: XXXX
title: Your Proposal Title
type: technical | process | informational
status: ideation | discussion | accepted | living | abandoned
authors: Your Name <email@example.com>
created: YYYY-MM-DD
labels:
---

Development

Requires just and pnpm.

just install   # Install dependencies
just dev       # Start dev server at localhost:4321
just build     # Build for production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors