Skip to content

Commit

Permalink
fix formatting of MIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robdefeo committed Jul 19, 2019
1 parent 5ce314b commit 35ba69f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/mailchain_improvement_proposal.md
@@ -1,13 +1,13 @@
---
name: Mailchain Improvement Proposal
about: Create a Mailchain Improvement Proposal (MIP) to help us improve
title: 'MIP -'
title: 'MIP - '
labels: 'mip'
assignees: ''

---

## Simple Summary
## Simple Summary

“If you can’t explain it simply, you don’t understand it well enough.” Provide a simplified and layman-accessible explanation of the Mailchain Improvement Proposal.

Expand All @@ -23,15 +23,15 @@ The motivation is critical for MIPs that want to change the Mailchain protocol.

Technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow competing, interoperable implementations for any of the current Mailchain platforms.

##Rationale
## Rationale

Flesh out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The rationale may also provide evidence of consensus within the community, and should discuss important objections or concerns raised during discussion.

## Backwards Compatibility

All MIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The MIP must explain how the author proposes to deal with these incompatibilities. MIP submissions without a sufficient backwards compatibility treatise may be rejected outright.

### Test Cases
## Test Cases

Test cases for an implementation are mandatory for MIPs that are affecting specification changes. Other MIPs can choose to include links to test cases if applicable.

Expand Down

0 comments on commit 35ba69f

Please sign in to comment.