diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-18 19:38:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 19:38:57 +0000 |
commit | a0c1c0b4001f68c2f4827e65ec23e21fedc2a88d (patch) | |
tree | 866bd57ccaa77ae9dfbd9e638d75f80b4d23a726 | |
parent | e200b89c0f62df1b1dd76c75ccfb90ea82fbb7e5 (diff) | |
parent | bb0f91cad32db47d06bd7d09894dbccfd9c56a4d (diff) | |
download | gcc-a0c1c0b4001f68c2f4827e65ec23e21fedc2a88d.zip gcc-a0c1c0b4001f68c2f4827e65ec23e21fedc2a88d.tar.gz gcc-a0c1c0b4001f68c2f4827e65ec23e21fedc2a88d.tar.bz2 |
Merge #504
504: Update PULL_REQUEST_TEMPLATE.md r=philberty a=dkm
Make template content invisible.
Co-authored-by: Marc Poulhiès <dkm@kataplop.net>
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6c132fc..6966689 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,4 @@ +<!-- THIS COMMENT IS INVISIBLE IN THE FINAL PR, BUT FEEL FREE TO REMOVE IT Thank you for making Rust GCC better! If your PR fixes an issue, you can add "Fixes #issue_number" into this @@ -16,9 +17,6 @@ Here is a checklist to help you with your PR. Note that you can skip the above if you are just opening a WIP PR in order to get feedback. - -Delete this line and everything above before opening your PR. - --- - +--> *Please write a short comment explaining your change. |