summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-11-20 13:29:42 +0900
committerYuki Okushi <jtitor@2k36.org>2022-11-20 13:29:42 +0900
commit0effd9bd1cdb6851a3b0e980062cf31ee0391fc0 (patch)
tree8dcde0eb9800b4735a69523886024ac376ca1a1c /CONTRIBUTING.md
parentcea201b12f1c8460c475dc20a7d4e72c4a957fd5 (diff)
downloadrust-libc-0effd9bd1cdb6851a3b0e980062cf31ee0391fc0.tar.gz
Add pull request template
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3315ed3e84..8c551dbdb5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -86,7 +86,7 @@ it. If you'd like to get a release out ASAP you can follow these steps:
1. Increment the patch version number in `Cargo.toml` and `libc-test/Cargo.toml`.
1. Send a PR to this repository. It should [look like this][example-pr], but it'd
also be nice to fill out the description with a small rationale for the
- release (any rationale is ok though!)
+ release (any rationale is ok though!).
1. Once merged, the release will be tagged and published by one of the libc crate
maintainers.