Skip to content

Commit a644085

Browse files
authored
Merge pull request #405 from mikepenz/feature/contribution
Contribution improvements
2 parents 811dd55 + e994eac commit a644085

File tree

3 files changed

+103
-0
lines changed

3 files changed

+103
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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

0 commit comments

Comments
 (0)