From ac65258d308940879c8c558eb55b5e3d94403f15 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sun, 26 Nov 2017 06:20:41 +0000 Subject: [PATCH] Updated template md files for issue and pr --- .github/ISSUE_TEMPLATE.md | 26 +++++++++++++------------- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cb75240..319e046 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,27 +1,27 @@ -#### Additional Information +### Additional Information _The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all._ -- Version of s3fs being used (s3fs --version) - - _example: 1.0_ +#### Version of s3fs being used (s3fs --version) +_example: 1.00_ -- Version of fuse being used (pkg-config --modversion fuse) - - _example: 2.9.4_ +#### Version of fuse being used (pkg-config --modversion fuse) +_example: 2.9.4_ -- System information (uname -a) - - _command result: uname -a_ +#### System information (uname -r) +_command result: uname -r_ -- Distro (cat /etc/issue) - - _command result: result_ +#### Distro (cat /etc/issue) +_command result: cat /etc/issue_ -- s3fs command line used (if applicable) +#### s3fs command line used (if applicable) ``` ``` -- /etc/fstab entry (if applicable): +#### /etc/fstab entry (if applicable): ``` ``` -- s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs) +#### s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs) _if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages_ ``` ``` -#### Details about issue +### Details about issue diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 488e947..9c81679 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ -#### Relevant Issue (if applicable) +### Relevant Issue (if applicable) _If there are Issues related to this PullRequest, please list it._ -#### Details +### Details _Please describe the details of PullRequest._