소스 검색

Creates issue templates (#763)

dev1
Дамян Минков 7 년 전
부모
커밋
30f4fcd7d1
1개의 변경된 파일27개의 추가작업 그리고 0개의 파일을 삭제
  1. 27
    0
      .github/ISSUE_TEMPLATE/bug-report.md

+ 27
- 0
.github/ISSUE_TEMPLATE/bug-report.md 파일 보기

@@ -0,0 +1,27 @@
1
+---
2
+name: Bug Report
3
+about: Before posting, please make sure you check https://community.jitsi.org
4
+
5
+---
6
+
7
+*This Issue tracker is only for reporting bugs and tracking code related issues.*
8
+
9
+Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
10
+
11
+## Description
12
+---
13
+
14
+## Current behavior
15
+---
16
+
17
+## Expected Behavior
18
+---
19
+
20
+## Possible Solution
21
+---
22
+
23
+## Steps to reproduce
24
+---
25
+
26
+# Environment details
27
+---

Loading…
취소
저장