diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2021-06-18 19:12:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 19:12:06 +0200 |
commit | bb0f91cad32db47d06bd7d09894dbccfd9c56a4d (patch) | |
tree | b9c1720f64a24a33c3343efe578eb9a7d196dca5 | |
parent | 7a47eb66a2553e52cd444b4b9e9f57ec593dd89b (diff) | |
download | gcc-bb0f91cad32db47d06bd7d09894dbccfd9c56a4d.zip gcc-bb0f91cad32db47d06bd7d09894dbccfd9c56a4d.tar.gz gcc-bb0f91cad32db47d06bd7d09894dbccfd9c56a4d.tar.bz2 |
Update PULL_REQUEST_TEMPLATE.md
Make template content invisible.
-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. |