Skip to content

Commit

Permalink
Merge pull request #366 from guillaumemichel/patch-1
Browse files Browse the repository at this point in the history
fix: typo and broken links in IPIP_PROCESS.md
  • Loading branch information
lidel authored Feb 13, 2023
2 parents 63ca633 + 49223ed commit a2ce974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IPIP_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in the decision making process

## Process design

We adopted an formal change management process for the [ipfs/specs][1] repository, providing a
We adopted a formal change management process for the [ipfs/specs][1] repository, providing a
minimal structure for opening, reviewing, and merging specification changes.

[1]: https://github.com/ipfs/specs/
Expand Down Expand Up @@ -58,10 +58,10 @@ Changes to IPFS specifications can be proposed by opening a Git pull-request
(PR) against the `ipfs/specs` repository.

In addition to specification changes, such PR must include a short **IPIP
document** based on the template in [`ipfs/specs/IPIP/0000-template.md`](./0000-template.md).
document** based on the template in [`ipfs/specs/IPIP/0000-template.md`](./IPIP/0000-template.md).

When a new specification file is added to the repo, it should be based on
the template at [`ipfs/specs/template.md`](../template.md).
the template at [`ipfs/specs/template.md`](./template.md).

When naming a new proposal, don't try to introduce an IPIP number; we will do that only for
IPIPs that are approved before accepting into `main` branch.
Expand Down

0 comments on commit a2ce974

Please sign in to comment.