From 4d82ff7f554c51ff84b88208bc7607f365534996 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 30 Mar 2023 10:57:13 +0200 Subject: [PATCH] feat: move related issues to frontmatter --- ipip-template.md | 6 ++---- src/ipips/ipip-0001.md | 6 ++---- src/ipips/ipip-0002.md | 10 ++++------ src/ipips/ipip-0288.md | 10 ++++------ src/ipips/ipip-0328.md | 14 ++++++-------- src/ipips/ipip-0337.md | 6 ++---- 6 files changed, 20 insertions(+), 32 deletions(-) diff --git a/ipip-template.md b/ipip-template.md index b93697e5c..df3e6b87e 100644 --- a/ipip-template.md +++ b/ipip-template.md @@ -4,14 +4,12 @@ date: YYYY-MM-DD editors: - name: Your Name +relatedIssues: + - link to issue --- # IPIP-0000: InterPlanetary Improvement Proposal Template - -- Related Issues: - - (add links here) - ## Summary diff --git a/src/ipips/ipip-0001.md b/src/ipips/ipip-0001.md index f0ca9b2a9..4dcbb14d3 100644 --- a/src/ipips/ipip-0001.md +++ b/src/ipips/ipip-0001.md @@ -5,14 +5,12 @@ editors: github: lidel - name: wilkyr31d github: wilkyr31d +relatedIssues: + - https://github.com/ipfs/specs/issues/286 --- # IPIP-0001: Lightweight Improvement Process for IPFS Specifications - -- Related Issues: - - [ipfs/specs/issues/286](https://github.com/ipfs/specs/issues/286) - This _InterPlanetary Improvement Proposal_ (IPIP) introduces a lightweight "request for comments/change" process for the IPFS specifications [repository][1]. diff --git a/src/ipips/ipip-0002.md b/src/ipips/ipip-0002.md index 02016e3e8..21a19180c 100644 --- a/src/ipips/ipip-0002.md +++ b/src/ipips/ipip-0002.md @@ -8,16 +8,14 @@ editors: - name: Henrique Dias github: hacdias url: https://hacdias.com/ +relatedIssues: + - https://github.com/ipfs/specs/issues/257 + - https://github.com/ipfs/kubo/pull/8890 + - https://github.com/ipfs/ipfs-docs/pull/1275 --- # IPIP-0002: _redirects File Support on Web Gateways - -- Related Issues: - - [ipfs/specs/issues/257](https://github.com/ipfs/specs/issues/257) - - [ipfs/kubo/pull/8890](https://github.com/ipfs/kubo/pull/8890) - - [ipfs-docs/pull/1275](https://github.com/ipfs/ipfs-docs/pull/1275) - Provide support for URL redirects and rewrites for web sites hosted on Subdomain or DNSLink Gateways, thus enabling support for [single-page applications (SPAs)](https://en.wikipedia.org/wiki/Single-page_application), and avoiding [link rot](https://en.wikipedia.org/wiki/Link_rot) when moving to IPFS-backed hosting. ## Motivation diff --git a/src/ipips/ipip-0288.md b/src/ipips/ipip-0288.md index b9aa1e3d6..e188ba4bf 100644 --- a/src/ipips/ipip-0288.md +++ b/src/ipips/ipip-0288.md @@ -6,16 +6,14 @@ editors: url: https://hacdias.com/ - name: Marcin Rataj github: lidel +relatedIssues: + - https://github.com/ipfs/specs/pull/288 + - https://github.com/ipfs/go-ipfs/pull/9029 + - https://github.com/ipfs/go-ipfs/pull/9034 --- # IPIP-0288: TAR Response Format on HTTP Gateways - -- Related Issues: - - [ipfs/specs/pull/288](https://github.com/ipfs/specs/pull/288) - - [ipfs/go-ipfs/pull/9029](https://github.com/ipfs/go-ipfs/pull/9029) - - [ipfs/go-ipfs/pull/9034](https://github.com/ipfs/go-ipfs/pull/9034) - ## Summary Add TAR response format to the :cite[path-gateway]. diff --git a/src/ipips/ipip-0328.md b/src/ipips/ipip-0328.md index d1e491eb5..d79a11102 100644 --- a/src/ipips/ipip-0328.md +++ b/src/ipips/ipip-0328.md @@ -8,18 +8,16 @@ editors: github: lidel - name: Gus Eggert github: guseggert +relatedIssues: + - https://github.com/ipfs/in-web-browsers/issues/182 + - https://github.com/ipfs/specs/pull/328 + - https://github.com/ipfs/kubo/issues/8823 + - https://github.com/ipfs/kubo/pull/9335 + - https://github.com/ipfs/kubo/issues/7552 --- # IPIP-0328: JSON and CBOR Response Formats on HTTP Gateways - -- Related Issues: - - [ipfs/in-web-browsers/issues/182] - - [ipfs/specs/pull/328] - - [ipfs/kubo/issues/8823] - - [ipfs/kubo/pull/9335] - - [ipfs/go-ipfs/issues/7552] - ## Summary Add support for the [DAG-JSON], [DAG-CBOR], JSON and CBOR response formats in diff --git a/src/ipips/ipip-0337.md b/src/ipips/ipip-0337.md index ebe02d13e..1c1b0037c 100644 --- a/src/ipips/ipip-0337.md +++ b/src/ipips/ipip-0337.md @@ -5,14 +5,12 @@ editors: github: guseggert - name: Marcin Rataj github: lidel +relatedIssues: + - https://github.com/ipfs/specs/pull/337 --- # IPIP-0337: Delegated Content Routing HTTP API - -- Related Issues: - - https://github.com/ipfs/specs/pull/337 - ## Summary This IPIP specifies an HTTP API for delegated content routing.