From bfd0f3ff0c20ac7e4195082bb5cfb40b8ab7a120 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Fri, 22 Jul 2022 13:44:21 -0700 Subject: [PATCH 1/2] Update readme with important maintainer info. The release process should have more visibility. For now just getting the links at least surfaced. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc9233d094..41fc0ef0df7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ Before opening an issue, consider using one of the following locations to ensure ## Table of Contents -- [kubo](#kubo) - [What is Kubo?](#what-is-kubo) - [What is IPFS?](#what-is-ipfs) - [Next milestones](#next-milestones) @@ -88,6 +87,7 @@ Before opening an issue, consider using one of the following locations to ensure - [Testing](#testing) - [Development Dependencies](#development-dependencies) - [Developer Notes](#developer-notes) + - [Maintainer Info](#maintainer-info) - [Contributing](#contributing) - [License](#license) @@ -432,6 +432,12 @@ If you make changes to the protocol buffers, you will need to install the [proto Find more documentation for developers on [docs](./docs) +## Maintainer Info +* [Project Board for active and upcoming work](https://pl-strflt.notion.site/Kubo-GitHub-Project-Board-c68f9192e48e4e9eba185fa697bf0570) +* [Release Process](https://pl-strflt.notion.site/Kubo-Release-Process-5a5d066264704009a28a79cff93062c4) +* [Additional PL EngRes Kubo maintainer info](https://pl-strflt.notion.site/Kubo-go-ipfs-4a484aeeaa974dcf918027c300426c05) + + ## Contributing [![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md) From 8fedbf68d6aeead830eca80c50fe802c2f0db5e0 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Fri, 22 Jul 2022 17:21:36 -0700 Subject: [PATCH 2/2] Indenting toc --- README.md | 94 +++++++++++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 41fc0ef0df7..60a5edcf11f 100644 --- a/README.md +++ b/README.md @@ -43,53 +43,53 @@ Before opening an issue, consider using one of the following locations to ensure ## Table of Contents - - [What is Kubo?](#what-is-kubo) - - [What is IPFS?](#what-is-ipfs) - - [Next milestones](#next-milestones) - - [Table of Contents](#table-of-contents) - - [Security Issues](#security-issues) - - [Install](#install) - - [System Requirements](#system-requirements) - - [Docker](#docker) - - [Native Linux package managers](#native-linux-package-managers) - - [ArchLinux](#archlinux) - - [Nix](#nix) - - [Solus](#solus) - - [openSUSE](#opensuse) - - [Other package managers](#other-package-managers) - - [Guix](#guix) - - [Snap](#snap) - - [macOS package managers](#macos-package-managers) - - [MacPorts](#macports) - - [Nix](#nix-1) - - [Homebrew](#homebrew) - - [Windows package managers](#windows-package-managers) - - [Chocolatey](#chocolatey) - - [Scoop](#scoop) - - [Install prebuilt binaries](#install-prebuilt-binaries) - - [Build from Source](#build-from-source) - - [Install Go](#install-go) - - [Download and Compile IPFS](#download-and-compile-ipfs) - - [Cross Compiling](#cross-compiling) - - [OpenSSL](#openssl) - - [Troubleshooting](#troubleshooting) - - [Updating](#updating) - - [Using ipfs-update](#using-ipfs-update) - - [Downloading builds using IPFS](#downloading-builds-using-ipfs) - - [Getting Started](#getting-started) - - [Usage](#usage) - - [Some things to try](#some-things-to-try) - - [Troubleshooting](#troubleshooting-1) - - [Packages](#packages) - - [Development](#development) - - [Map of Implemented Subsystems](#map-of-implemented-subsystems) - - [CLI, HTTP-API, Architecture Diagram](#cli-http-api-architecture-diagram) - - [Testing](#testing) - - [Development Dependencies](#development-dependencies) - - [Developer Notes](#developer-notes) - - [Maintainer Info](#maintainer-info) - - [Contributing](#contributing) - - [License](#license) +- [What is Kubo?](#what-is-kubo) +- [What is IPFS?](#what-is-ipfs) +- [Next milestones](#next-milestones) +- [Table of Contents](#table-of-contents) +- [Security Issues](#security-issues) +- [Install](#install) + - [System Requirements](#system-requirements) + - [Docker](#docker) + - [Native Linux package managers](#native-linux-package-managers) + - [ArchLinux](#archlinux) + - [Nix](#nix) + - [Solus](#solus) + - [openSUSE](#opensuse) + - [Other package managers](#other-package-managers) + - [Guix](#guix) + - [Snap](#snap) + - [macOS package managers](#macos-package-managers) + - [MacPorts](#macports) + - [Nix](#nix-1) + - [Homebrew](#homebrew) + - [Windows package managers](#windows-package-managers) + - [Chocolatey](#chocolatey) + - [Scoop](#scoop) + - [Install prebuilt binaries](#install-prebuilt-binaries) + - [Build from Source](#build-from-source) + - [Install Go](#install-go) + - [Download and Compile IPFS](#download-and-compile-ipfs) + - [Cross Compiling](#cross-compiling) + - [OpenSSL](#openssl) + - [Troubleshooting](#troubleshooting) + - [Updating](#updating) + - [Using ipfs-update](#using-ipfs-update) + - [Downloading builds using IPFS](#downloading-builds-using-ipfs) +- [Getting Started](#getting-started) + - [Usage](#usage) + - [Some things to try](#some-things-to-try) + - [Troubleshooting](#troubleshooting-1) +- [Packages](#packages) +- [Development](#development) + - [Map of Implemented Subsystems](#map-of-implemented-subsystems) + - [CLI, HTTP-API, Architecture Diagram](#cli-http-api-architecture-diagram) + - [Testing](#testing) + - [Development Dependencies](#development-dependencies) + - [Developer Notes](#developer-notes) +- [Maintainer Info](#maintainer-info) +- [Contributing](#contributing) +- [License](#license) ## Security Issues