From 9ccd870267b3bda042acc8f131becd457f37ef01 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 28 Apr 2021 09:40:19 +0100 Subject: [PATCH] Move the how to use GitHub info in the bug/issue templates to the end This is so that we see the text of the bug/issue first rather than the how to use GitHub issue which is very useful when posting bug reports to the forum or social media. --- .github/ISSUE_TEMPLATE/Bug.md | 17 ++++++++--------- .github/ISSUE_TEMPLATE/Feature.md | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md index c9e63ce6b..67241ef9e 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -37,15 +37,6 @@ The Rclone Developers --> - - -### How to use GitHub - -* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. -* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. -* Subscribe to receive notifications on status change and new comments. - - #### The associated forum post URL from `https://forum.rclone.org` @@ -73,3 +64,11 @@ The Rclone Developers #### A log from the command with the `-vv` flag (e.g. output from `rclone -vv copy /tmp remote:tmp`) + + + +#### How to use GitHub + +* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. +* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. +* Subscribe to receive notifications on status change and new comments. diff --git a/.github/ISSUE_TEMPLATE/Feature.md b/.github/ISSUE_TEMPLATE/Feature.md index c21942997..4631f6d5e 100644 --- a/.github/ISSUE_TEMPLATE/Feature.md +++ b/.github/ISSUE_TEMPLATE/Feature.md @@ -26,15 +26,6 @@ The Rclone Developers --> - - -### How to use GitHub - -* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. -* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. -* Subscribe to receive notifications on status change and new comments. - - #### The associated forum post URL from `https://forum.rclone.org` @@ -50,3 +41,11 @@ The Rclone Developers #### How do you think rclone should be changed to solve that? + + + +#### How to use GitHub + +* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. +* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. +* Subscribe to receive notifications on status change and new comments.