Skip to content

Commit

Permalink
✨ Inited the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Dec 16, 2023
0 parents commit d1a614d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# GEPs

Glide Enhancement Proposals

## New Proposal

To start a new proposal, you need to:

- copy [the proposal template](./template.md) as a new proposal into [the proposals directory](./proposals)
- increment the last accepted proposal number to get your proposal name e.g. `mep-0001.md`
- Fill the proposal form replacing all placeholders like `[TBU]` by actual information
- Create a pull request with your proposal

## Proposals

| GEP | Title |
|---------------------------------|----------------|


32 changes: 32 additions & 0 deletions template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
MEP: 1
Title: TBU
Discussion: Link
Implementation: Link
---

# TITLE: TBU

## Abstract

[TBU, a succinct summary of the proposal]

## Motivation

[TBU, what problem we are trying to solve, focus on users, use cases, and all important context]

### Requirements

[TBU, list all key requirements to keep in mind]

## Design

[TBU, all information about the proposed solution, possibly evaluations against the requirements]

## Alternatives Considered

[TBU, what other solutions were considered and why they were rejected]

## Future Work

[TBU, what we put outside of the equation now, but may want to consider in the future]

0 comments on commit d1a614d

Please sign in to comment.