From 2f473912ac50a1c5d4765ee2602139820a62e9eb Mon Sep 17 00:00:00 2001 From: Tom Lant Date: Mon, 24 Dec 2018 07:09:41 +0000 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/redesign-issue.md | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/redesign-issue.md diff --git a/.github/ISSUE_TEMPLATE/redesign-issue.md b/.github/ISSUE_TEMPLATE/redesign-issue.md new file mode 100644 index 000000000..162d0a128 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/redesign-issue.md @@ -0,0 +1,32 @@ +--- +name: Redesign Issue +about: Bugs, feedback or feature requests specifically associated with the Redesign + project (https://riot.im/experimental) +title: '' +labels: redesign +assignees: '' + +--- + + + +- **Browser**: Chrome, Safari, Firefox? which version? +- **OS**: Windows, macOS, Ubuntu, Arch Linux, etc? + +### Description + +Describe here the problem that you are experiencing, or the feature you are requesting. +Include screenshots if possible: you can drag and drop images below. + +### Steps to reproduce + +- For bugs, list the steps +- that reproduce the bug +- using hyphens as bullet points + +Describe how what happens differs from what you expected. + +Log: sent/not sent? From bb5e78f723c7582e1e50263b97ea0fe2db278b9d Mon Sep 17 00:00:00 2001 From: Tom Lant Date: Mon, 24 Dec 2018 07:13:44 +0000 Subject: [PATCH 2/2] Make the filename match the link --- .github/ISSUE_TEMPLATE/{redesign-issue.md => redesign_issue.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{redesign-issue.md => redesign_issue.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/redesign-issue.md b/.github/ISSUE_TEMPLATE/redesign_issue.md similarity index 100% rename from .github/ISSUE_TEMPLATE/redesign-issue.md rename to .github/ISSUE_TEMPLATE/redesign_issue.md