File tree Expand file tree Collapse file tree 3 files changed +103
-0
lines changed Expand file tree Collapse file tree 3 files changed +103
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+ ---
8
+
9
+ ## Bug Description
10
+
11
+ A clear and concise description of what the bug is.
12
+
13
+ ## Steps to Reproduce
14
+
15
+ Steps to reproduce the behavior:
16
+
17
+ 1 . Add this code '...'
18
+ 2 . Run on platform '...'
19
+ 3 . See error
20
+
21
+ ## Expected Behavior
22
+
23
+ A clear and concise description of what you expected to happen.
24
+
25
+ ## Screenshots
26
+
27
+ If applicable, add screenshots to help explain your problem.
28
+
29
+ ## Environment
30
+
31
+ - Library Version: [ e.g. 0.34.0]
32
+ - Platform: [ e.g. Android, iOS, Desktop, Web]
33
+ - Device: [ e.g. Pixel 9, ...]
34
+ - OS Version: [ e.g. Android 16, ...]
35
+ - Kotlin Version: [ e.g. 2.1.20]
36
+ - Compose Version: [ e.g. 1.8.0]
37
+
38
+ ## Additional Context
39
+
40
+ Add any other context about the problem here.
41
+
42
+ ## Checklist
43
+
44
+ - [ ] I have searched
45
+ for [ similar issues] ( https://github.com/mikepenz/multiplatform-markdown-renderer/issues )
46
+ - [ ] I have checked
47
+ the [ sample application] ( https://github.com/mikepenz/multiplatform-markdown-renderer/tree/develop/sample )
48
+ - [ ] I have read
49
+ the [ README] ( https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/README.md )
50
+ - [ ] I have checked
51
+ the [ CHANGELOG] ( https://github.com/mikepenz/multiplatform-markdown-renderer/releases )
52
+ - [ ] I have read
53
+ the [ MIGRATION GUIDE] ( https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/MIGRATION.md )
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Documentation
4
+ url : https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/README.md
5
+ about : Check out the project documentation for answers to common questions.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : enhancement
6
+ assignees : ' '
7
+ ---
8
+
9
+ ## Feature Description
10
+
11
+ A clear and concise description of the feature you're requesting.
12
+
13
+ ## Problem Statement
14
+
15
+ A clear and concise description of what the problem is.
16
+
17
+ ## Proposed Solution
18
+
19
+ A clear and concise description of what you want to happen.
20
+
21
+ ## Alternatives Considered
22
+
23
+ A clear and concise description of any alternative solutions or features you've considered.
24
+
25
+ ## Example Implementation
26
+
27
+ If applicable, provide a code example or mockup of how this feature would work.
28
+
29
+ ## Use Case
30
+
31
+ Describe how this feature would be used and who would benefit from it.
32
+
33
+ ## Additional Context
34
+
35
+ Add any other context or screenshots about the feature request here.
36
+
37
+ ## Checklist
38
+
39
+ - [ ] I have searched
40
+ for [ similar feature requests] ( https://github.com/mikepenz/multiplatform-markdown-renderer/issues )
41
+ - [ ] I have read
42
+ the [ README] ( https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/README.md )
43
+ - [ ] I have checked
44
+ the [ CHANGELOG] ( https://github.com/mikepenz/multiplatform-markdown-renderer/releases ) to see if
45
+ this feature is already planned
You can’t perform that action at this time.
0 commit comments