Update issue templates

This commit is contained in:
Kevin Jahns 2020-05-18 23:31:10 +02:00 committed by GitHub
parent f4b68c0dd4
commit c5ca7b6f8c

36
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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.