Skip to content

Commit 1a177c8

Browse files
committed
Update issue templates
1 parent 818efc4 commit 1a177c8

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in FLEX
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Environment
11+
- Platform+version: **iOS 14** <!--- Change to match your platform and version -->
12+
- FLEX version: **9.9.9** <!--- Change to the version of FLEX you're using -->
13+
<!--- FLEXing / libFLEX users: please include FLEXing and libFLEX versions separately -->
14+
15+
### Bug Report
16+
17+
Here, you can provide a description of the bug. Some tips:
18+
19+
- Please do not paste an entire crash log. Upload the crash log to something like [ghostbin.co](https://ghostbin.co/) or another paste service. Alternatively, you can cut out the relevant stack trace and paste that inside a ` ```code block``` `
20+
- If the bug is more complex than "this button is broken" or a crash, consider including a sample project. For example, if your app's requests aren't showing up in the network history page.
21+
- Providing steps to reproduce is always helpful!
22+
- If you want to include a screenshot or GIF, consider modifying the default markdown for uploaded images to use this code to make the image smaller on desktop:
23+
```
24+
<img width="50%" src=your-image-url >
25+
```
26+
27+
This template is a suggestion. You may format your issue however you want, but generally you should at least include your iOS version and FLEX version.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature request
3+
about: Suggest a new feature for FLEX
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)