Skip to content

Commit 2e2add9

Browse files
committed
fixed linting errors and confirmed locally
1 parent 3ea6ea3 commit 2e2add9

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

README.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,33 @@
33
The goal of the SIMD project is to standardize and provide high-quality
44
documentation for Solana and its ecosystem. This repository tracks past and
55
ongoing improvements to Solana in the form of Solana Improvement Documents
6-
(SIMDs).
7-
[SIMD-0001](https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md)
6+
(SIMDs).
7+
[SIMD-0001](https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md)
88
governs the SIMD process.
99

1010
## SIMD Types
1111

1212
SIMDs can be divided into the following categories:
1313

14-
- **Standard SIMDs**:
15-
Describe changes that affect most or all Solana implementations, such as:
16-
- **Core**:
17-
Changes affecting consensus or substantial changes to the validator.
18-
- **Networking**:
19-
Changes or substantial improvements to network protocol specifications.
20-
- **Interfaces**:
21-
Breaking changes around the client JSON RPC API specifications and standards.
22-
- **Meta SIMDs**:
23-
Describe a process surrounding Solana or propose a change to (or an event in)
24-
a process.
14+
- **Standard SIMDs**:
15+
Describe changes that affect most or all Solana implementations, such as:
16+
- **Core**:
17+
Changes affecting consensus or substantial changes to the validator.
18+
- **Networking**:
19+
Changes or substantial improvements to network protocol specifications.
20+
- **Interfaces**:
21+
Breaking changes around the client JSON RPC API specifications and standards.
22+
- **Meta SIMDs**:
23+
Describe a process surrounding Solana or propose a change to (or an event in)
24+
a process.
2525

2626
## Before You Begin
2727

28-
Before you write a SIMD, ideas MUST be thoroughly discussed and vetted on the
29-
[ideas section](https://github.com/solana-foundation/solana-improvement-documents/discussions/categories/ideas)
30-
within this
31-
[repo's disucssion page](https://github.com/solana-foundation/solana-improvement-documents/discussions).
32-
Read and review [SIMD-0001](https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md),
28+
Before you write a SIMD, ideas MUST be thoroughly discussed and vetted on the
29+
[ideas section](https://github.com/solana-foundation/solana-improvement-documents/discussions/categories/ideas)
30+
within this
31+
[repo's disucssion page](https://github.com/solana-foundation/solana-improvement-documents/discussions).
32+
Read and review [SIMD-0001](https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0001-simd-process.md),
3333
which describes the SIMD process in detail.
3434

3535
This repository is for documenting standards and not for implementation help.
@@ -39,13 +39,12 @@ of this [repo's disucssion page](https://github.com/solana-foundation/solana-imp
3939

4040
## Access Policy
4141

42-
The SIMD repository has three levels of access, as detailed in
42+
The SIMD repository has three levels of access, as detailed in
4343
[SIMD-0007](https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0007-access-policy.md):
4444

4545
1. Triage
4646
2. Write
4747
3. Maintain
4848

4949
To request access or report misuse, please follow the procedures outlined in
50-
SIMD-0007.
51-
50+
SIMD-0007.

0 commit comments

Comments
 (0)