From 741c31fa06124605a15f9551051f0e7756f7faa3 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Sat, 28 Nov 2020 14:56:41 +0200 Subject: add new issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md (limited to '.github/ISSUE_TEMPLATE/bug-report.md') diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..67627835d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Report a bug in Searx +title: '' +labels: bug +assignees: '' + +--- +**Version of Searx, commit number if you are using on master branch and stipulate if you forked Searx** + +**How did you install Searx?** + +**What happened?** + + +**How To Reproduce** + + +**Expected behavior** + + +**Screenshots & Logs** + + +**Additional context** + \ No newline at end of file -- cgit v1.2.3