From ec6cffffb1a185d00f7d736674baa8faddb9a3f0 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Fri, 4 Sep 2020 16:28:38 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .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 000000000000..4ef209076f48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve Ruffle! +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. +If this is a problem in a specific game/animation, please include either a download link or instructions on where to find it. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. +If it's a visual error, please include screenshots from both Flash and Ruffle. + +**Device (please complete the following information):** + - Ruffle application: [e.g. desktop, extension, selfhosted] + - OS: [e.g. windows, mac, linux] + - Browser [if applicable, e.g. chrome, safari, firefox] + +**Additional context** +Add any other context about the problem here.