Skip to content

Commit

Permalink
feat: surround frontmatter with backticks and edit CIP-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 19, 2024
1 parent 46c28a6 commit 5231ee9
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cips/cip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ format. There is a [CIP template](./cip-template.md) to follow.
Each CIP must begin with an RFC 822 style header preamble, preceded
and followed by three hyphens (---). This header is also termed
“front matter” by Jekyll. The headers must appear in the following order.
In order to display on the CIP site, the frontmatter must also
be surrounded by three backticks (```).

* `cip`: CIP number (this is determined by the CIP editor)
* `title`: The CIP title is a few words, not a complete sentence
Expand Down
2 changes: 2 additions & 0 deletions cips/cip-10.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 10
title: Coordinated network upgrades
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2023-12-7
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-11.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 11
title: Refund unspent gas
Expand All @@ -10,6 +11,7 @@ type: Standards Track
category: Core
created: 2023-12-07
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-12.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 12
title: ICS-29 Relayer Incentivisation Middleware
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2023-12-12
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-13.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 13
title: On-chain Governance Parameters for Celestia Network
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2023-12-08
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-14.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 14
title: ICS-27 Interchain Accounts
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2023-01-04
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-15.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 15
title: Discourage memo usage
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2024-01-21
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-16.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 16
title: Make Security Related Governance Parameters Immutable
Expand All @@ -10,6 +11,7 @@ category: Core
created: 2024-02-07
requires: CIP-13
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-17.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 17
title: Lemongrass Hardfork
Expand All @@ -9,6 +10,7 @@ type: Meta
created: 2024-02-16
requires: CIP-6, CIP-9, CIP-10, CIP-14, CIP-20
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-18.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 18
title: Standardised Gas and Pricing Estimation Interface
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Interface
created: 2024-03-12
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-19.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 19
title: Shwap Protocol
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Data Availability, Networking
created: 2024-02-02
---
```

## Abstract

Expand Down
3 changes: 3 additions & 0 deletions cips/cip-2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 2
title: CIP Editor Handbook
Expand All @@ -9,6 +10,8 @@ type: Informational
created: 2023-04-13
requires: 1
---
````
<!-- markdownlint-disable MD013 -->
## Abstract
Expand Down
2 changes: 2 additions & 0 deletions cips/cip-20.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 20
title: Disable Blobstream module
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2024-04-16
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-21.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 21
title: Introduce blob type with verified signer
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2024-05-22
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-22.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 22
title: Removing the blobStartIndex
Expand All @@ -8,6 +9,7 @@ type: Standards Track
category: Core
created: 2024-06-26
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-23.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
title: Coordinated prevote times
description: Scheduled prevote times for consistent blocks
Expand All @@ -8,6 +9,7 @@ type: Standards Track
category: Core
created: 2024-07-12
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 3
title: Process for Approving External Resources
Expand All @@ -9,6 +10,7 @@ type: Meta
created: 2023-04-13
requires: 1
---
```
<!-- markdownlint-disable MD013 -->

## Abstract
Expand Down
2 changes: 2 additions & 0 deletions cips/cip-4.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 4
title: Standardize data expiry time for pruned nodes
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Data Availability
created: 2023-11-23
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 5
title: Rename data availability to data publication
Expand All @@ -8,6 +9,7 @@ status: Review
type: Informational
created: 2023-11-06
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-6.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 6
title: Mininum gas price enforcement
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2023-11-30
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-7.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 7
title: Managing Working Groups in the Celestia Improvement Proposal Process
Expand All @@ -8,6 +9,7 @@ status: Draft
type: Informational
created: 2023-11-29
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-8.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 8
title: Roles and Responsibilities of Working Group Chairs in the CIP Process
Expand All @@ -8,6 +9,7 @@ status: Draft
type: Informational
created: 2023-11-29
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-9.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
cip: 9
title: Packet Forward Middleware
Expand All @@ -9,6 +10,7 @@ type: Standards Track
category: Core
created: 2023-12-01
---
```

## Abstract

Expand Down
2 changes: 2 additions & 0 deletions cips/cip-template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
---
title: The CIP title is a few words, not a complete sentence
description: Description is one full (short) sentence
Expand All @@ -9,6 +10,7 @@ category: Core, Data Availability, Networking, Interface, or CRC. Only required
created: Date created on, in ISO 8601 (yyyy-mm-dd) format
requires: CIP number(s). Only required when you reference an CIP in the `Specification` section. Otherwise, remove this field.
---
```

> Note:
**READ CIP-1 BEFORE USING THIS TEMPLATE!**
Expand Down

0 comments on commit 5231ee9

Please sign in to comment.