From c5ca7b6f8c667a939b7f8f2002d202124659e2c7 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 18 May 2020 23:31:10 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 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 00000000..da0e7940 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: dmonad + +--- + +**Checklist** + +[ ] Are you reporting a bug? Use github issues for bug reports, and feature requests. For general questions please use https://discuss.yjs.dev/ +[ ] Try to report your issue in the correct repository. Yjs consists of many modules. When in doubt, report it to https://github.com/yjs/yjs/issues/ + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Open console +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. + +**Environment Information** + - Browser / Node.js [e.g. Chrome, Firefox, Node.js] + - Yjs version and the versions of the y-* modules you are using [Yjs v13.0.1, y-webrtc v1.0.0] + +**Additional context** +Add any other context about the problem here.