docs(readme): add maintainer info (#9141)
* Update readme with important maintainer info. The release process should have more visibility. For now just getting the links at least surfaced.
Steve Loeppky committed
Jul 22, 2022 at 17:29 UTC
3902c9be004e0a0e550d57c07a7068c7890deee5
1 file changed
+53
-47
README.md
+53
-47
@@ -43,53 +43,53 @@ Before opening an issue, consider using one of the following locations to ensure
43
44
## Table of Contents
45
46
-- [kubo](#kubo)
47
- - [What is Kubo?](#what-is-kubo)
48
- - [What is IPFS?](#what-is-ipfs)
49
- - [Next milestones](#next-milestones)
50
- - [Table of Contents](#table-of-contents)
51
- - [Security Issues](#security-issues)
52
- - [Install](#install)
53
- - [System Requirements](#system-requirements)
54
- - [Docker](#docker)
55
- - [Native Linux package managers](#native-linux-package-managers)
56
- - [ArchLinux](#archlinux)
57
- - [Nix](#nix)
58
- - [Solus](#solus)
59
- - [openSUSE](#opensuse)
60
- - [Other package managers](#other-package-managers)
61
- - [Guix](#guix)
62
- - [Snap](#snap)
63
- - [macOS package managers](#macos-package-managers)
64
- - [MacPorts](#macports)
65
- - [Nix](#nix-1)
66
- - [Homebrew](#homebrew)
67
- - [Windows package managers](#windows-package-managers)
68
- - [Chocolatey](#chocolatey)
69
- - [Scoop](#scoop)
70
- - [Install prebuilt binaries](#install-prebuilt-binaries)
71
- - [Build from Source](#build-from-source)
72
- - [Install Go](#install-go)
73
- - [Download and Compile IPFS](#download-and-compile-ipfs)
74
- - [Cross Compiling](#cross-compiling)
75
- - [OpenSSL](#openssl)
76
- - [Troubleshooting](#troubleshooting)
77
- - [Updating](#updating)
78
- - [Using ipfs-update](#using-ipfs-update)
79
- - [Downloading builds using IPFS](#downloading-builds-using-ipfs)
80
- - [Getting Started](#getting-started)
81
- - [Usage](#usage)
82
- - [Some things to try](#some-things-to-try)
83
- - [Troubleshooting](#troubleshooting-1)
84
- - [Packages](#packages)
85
- - [Development](#development)
86
- - [Map of Implemented Subsystems](#map-of-implemented-subsystems)
87
- - [CLI, HTTP-API, Architecture Diagram](#cli-http-api-architecture-diagram)
88
- - [Testing](#testing)
89
- - [Development Dependencies](#development-dependencies)
90
- - [Developer Notes](#developer-notes)
91
- - [Contributing](#contributing)
92
- - [License](#license)
46
+- [What is Kubo?](#what-is-kubo)
47
+- [What is IPFS?](#what-is-ipfs)
48
+- [Next milestones](#next-milestones)
49
+- [Table of Contents](#table-of-contents)
50
+- [Security Issues](#security-issues)
51
+- [Install](#install)
52
+ - [System Requirements](#system-requirements)
53
+ - [Docker](#docker)
54
+ - [Native Linux package managers](#native-linux-package-managers)
55
+ - [ArchLinux](#archlinux)
56
+ - [Nix](#nix)
57
+ - [Solus](#solus)
58
+ - [openSUSE](#opensuse)
59
+ - [Other package managers](#other-package-managers)
60
+ - [Guix](#guix)
61
+ - [Snap](#snap)
62
+ - [macOS package managers](#macos-package-managers)
63
+ - [MacPorts](#macports)
64
+ - [Nix](#nix-1)
65
+ - [Homebrew](#homebrew)
66
+ - [Windows package managers](#windows-package-managers)
67
+ - [Chocolatey](#chocolatey)
68
+ - [Scoop](#scoop)
69
+ - [Install prebuilt binaries](#install-prebuilt-binaries)
70
+ - [Build from Source](#build-from-source)
71
+ - [Install Go](#install-go)
72
+ - [Download and Compile IPFS](#download-and-compile-ipfs)
73
+ - [Cross Compiling](#cross-compiling)
74
+ - [OpenSSL](#openssl)
75
+ - [Troubleshooting](#troubleshooting)
76
+ - [Updating](#updating)
77
+ - [Using ipfs-update](#using-ipfs-update)
78
+ - [Downloading builds using IPFS](#downloading-builds-using-ipfs)
79
+- [Getting Started](#getting-started)
80
+ - [Usage](#usage)
81
+ - [Some things to try](#some-things-to-try)
82
+ - [Troubleshooting](#troubleshooting-1)
83
+- [Packages](#packages)
84
+- [Development](#development)
85
+ - [Map of Implemented Subsystems](#map-of-implemented-subsystems)
86
+ - [CLI, HTTP-API, Architecture Diagram](#cli-http-api-architecture-diagram)
87
+ - [Testing](#testing)
88
+ - [Development Dependencies](#development-dependencies)
89
+ - [Developer Notes](#developer-notes)
90
+- [Maintainer Info](#maintainer-info)
91
+- [Contributing](#contributing)
92
+- [License](#license)
93
94
## Security Issues
95
@@ -432,6 +432,12 @@ If you make changes to the protocol buffers, you will need to install the [proto
432
433
Find more documentation for developers on [docs](./docs)
434
435
+## Maintainer Info
436
+* [Project Board for active and upcoming work](https://pl-strflt.notion.site/Kubo-GitHub-Project-Board-c68f9192e48e4e9eba185fa697bf0570)
437
+* [Release Process](https://pl-strflt.notion.site/Kubo-Release-Process-5a5d066264704009a28a79cff93062c4)
438
+* [Additional PL EngRes Kubo maintainer info](https://pl-strflt.notion.site/Kubo-go-ipfs-4a484aeeaa974dcf918027c300426c05)
439
+
440
+
441
## Contributing
442
443
[](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)