summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-04-30 06:14:58 -0700
committerNikolaus Rath <Nikolaus@rath.org>2019-04-30 06:14:58 -0700
commitf2df33e020bce864d9a685b998d80c5203ef23a9 (patch)
tree58c10fe6e6e6e665db61f8a458d86f9a8b426ef3
parentd45fec1451817fc701332ae01069bc776973092e (diff)
downloadfuse-f2df33e020bce864d9a685b998d80c5203ef23a9.tar.gz
Added issue template.
-rw-r--r--.github/ISSUE_TEMPLATE/issue-report.md16
-rw-r--r--.gitignore2
2 files changed, 16 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md
new file mode 100644
index 0000000..277537e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue-report.md
@@ -0,0 +1,16 @@
+---
+name: Issue report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+PLEASE READ BEFORE REPORTING AN ISSUE
+
+libfuse does not have any active, regular contributors or developers. The current maintainer continues to apply pull requests and tries to make regular releases, but unfortunately has no capacity to do any development beyond addressing high-impact issues. When reporting bugs, please understand that unless you are including a pull request or are reporting a critical issue, you will probably not get a response.
+
+To prevent the issue tracker from being flooded with issues that no-one is intending to work on, and to give more visibilty to critical issues that users should be aware of and that most urgently need attention, I will also close most bug reports once they've been inactive for a while.
+
+Please note that this isn't meant to imply that you haven't found a bug - you most likely have and I'm grateful that you took the time to report it. Unfortunately, libfuse is a purely volunteer driven project, and at the moment there simply aren't any volunteers.
diff --git a/.gitignore b/.gitignore
index 0da3051..97045f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,8 +6,6 @@
# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
-.*
-!.gitignore
*.o
*.lo
*.la