mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-15 16:57:10 +00:00
Updated template md files for issue and pr
This commit is contained in:
parent
35261e6dba
commit
ac65258d30
26
.github/ISSUE_TEMPLATE.md
vendored
26
.github/ISSUE_TEMPLATE.md
vendored
@ -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
|
||||
|
||||
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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._
|
||||
|
Loading…
Reference in New Issue
Block a user