From 97a806447e9622d9a70d937057408f46f8814613 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sun, 4 Dec 2016 12:25:11 +0000 Subject: [PATCH] Added issue and PR templates. --- .github/ISSUE_TEMPLATE.md | 27 +++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..cb75240 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ +#### 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 fuse being used (pkg-config --modversion fuse) + - _example: 2.9.4_ + +- System information (uname -a) + - _command result: uname -a_ + +- Distro (cat /etc/issue) + - _command result: result_ + +- s3fs command line used (if applicable) +``` +``` +- /etc/fstab entry (if applicable): +``` +``` +- 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 + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..488e947 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +#### Relevant Issue (if applicable) +_If there are Issues related to this PullRequest, please list it._ + +#### Details +_Please describe the details of PullRequest._