From f2df33e020bce864d9a685b998d80c5203ef23a9 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 30 Apr 2019 06:14:58 -0700 Subject: Added issue template. --- .github/ISSUE_TEMPLATE/issue-report.md | 16 ++++++++++++++++ .gitignore | 2 -- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md 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 -- cgit v1.2.1