From d0ff8ac212c03f5ee97b6439c5f4a7a87ba4c49b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 19 Feb 2016 18:48:49 +0100 Subject: [PATCH] Add issue template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is a mix of what our old new-ticket-form used to suggest: http://code.stapelberg.de/git/i3-new-ticket/tree/templates/index.html …and what CONTRIBUTING.md already entailed. See https://github.com/blog/2111-issue-and-pull-request-templates --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..d2254676 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +Output of `i3 --moreversion 2>&- || i3 --version`: + +_REPLACE: i3 version output_ + +URL to a logfile as per http://i3wm.org/docs/debugging.html: + +_REPLACE: URL to logfile_ + +**What I did:** + +_REPLACE: e.g. "I’m pressing Alt+j (focus left)"_ + +**What I saw:** + +_REPLACE: e.g. "i3 changed focus to the window ABOVE the current window"_ + +**What I expected instead:** +_REPLACE: e.g. "Focus should be on the window to the left"_ -- 2.39.2