Skip to content

Commit 51293f9

Browse files
github-actions[bot]github-actions
andauthored
doc: update contrib docs (#91)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 4023bce commit 51293f9

12 files changed

Lines changed: 12 additions & 0 deletions

_contrib/code-of-conduct.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Code of Conduct
33
layout: guide
4+
hyper_path: docs/CODE_OF_CONDUCT.md
45
---
56

67
## Be Kind

_contrib/commits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Git Commit Guidelines
33
layout: guide
4+
hyper_path: docs/COMMITS.md
45
---
56

67
We have very precise rules over how our git commit messages can be formatted. This leads to **more

_contrib/contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Contributing to Hyper
33
layout: guide
4+
hyper_path: CONTRIBUTING.md
45
---
56

67
You want to contribute? You're awesome! Don't know where to start? Check the [list of easy issues](https://github.com/hyperium/hyper/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy).

_contrib/governance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Governance
33
layout: guide
4+
hyper_path: docs/GOVERNANCE.md
45
---
56

67
## Making decisions

_contrib/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Developing hyper
33
layout: guide
44
permalink: /contrib/
5+
hyper_path: docs/README.md
56
---
67

78
This is a set of documents outline how hyper is developed, how to contribute or get involved, various processes we use, and internal design explanations.

_contrib/issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Issues
33
layout: guide
4+
hyper_path: docs/ISSUES.md
45
---
56

67
The [issue tracker][issues] for hyper is where we track all features, bugs, and discuss proposals.

_contrib/maintainers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: The People
33
layout: guide
4+
hyper_path: docs/MAINTAINERS.md
45
---
56

67
To see what these roles do, and how to become one, look at [governance](./governance.md).

_contrib/msrv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Minimum Support Rust Version (MSRV)
33
layout: guide
4+
hyper_path: docs/MSRV.md
45
---
56

67
hyper's current policy is to always support a Rust version at least 6 months

_contrib/pull-requests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Pull Requests
33
layout: guide
4+
hyper_path: docs/PULL_REQUESTS.md
45
---
56

67
Pull requests are the way to submit changes to the hyper repository.

_contrib/roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: hyper 1.0 Roadmap
33
layout: guide
4+
hyper_path: docs/ROADMAP.md
45
---
56

67
## Goal

0 commit comments

Comments
 (0)