Skip to content

Commit cbe607e

Browse files
authored
Add contributing section to README
Added contributing guidelines to the README.
1 parent aa42450 commit cbe607e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,12 @@ async fn verifier<B>(res: &Response<B>, sent_req: &Request<B>) -> HttpSigResult<
139139
## Examples
140140

141141
See [./httpsig-hyper/examples](./httpsig-hyper/examples/) for detailed examples with `hyper` extension.
142+
143+
## Contributing
144+
145+
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before opening Issues or Pull Requests.
146+
147+
In particular:
148+
- keep changes minimal and focused,
149+
- avoid unrelated formatting changes,
150+
- and minimize reviewer burden for security-sensitive changes.

0 commit comments

Comments
 (0)