-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d1a614d
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | | ||
|---------------------------------|----------------| | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |