File tree Expand file tree Collapse file tree 4 files changed +72
-0
lines changed Expand file tree Collapse file tree 4 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ # This is a comment.
2+ # Each line is a file pattern followed by one or more owners.
3+
4+ # Current code owners
5+ # @adriangl -> Adrián García
6+
7+ * @ adriangl
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 : adriangl
7+
8+ ---
9+
10+ ** Device and SW details (please complete the following information):**
11+ - Device: [ e.g. Google Pixel 3]
12+ - OS: [ e.g. Android 9]
13+ - Library Version [ e.g. 1.0.0]
14+
15+ ** Summary and background of the bug**
16+ A clear and concise description of what the bug is.
17+
18+ ** Steps to reproduce**
19+ Steps to reproduce the behavior:
20+ 1 . Go to '...'
21+ 2 . Click on '....'
22+ 3 . Scroll down to '....'
23+ 4 . See error
24+
25+ Also attach notes or stack traces if applicable.
26+
27+ ** Expected behavior**
28+ A clear and concise description of what you expected to happen.
29+
30+ ** Current behavior**
31+ The summary of what currently happens in your use case.
32+
33+ ** Additional context**
34+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Enhancement
3+ about : Create a report to propose new features and improvements
4+ title : ' '
5+ labels : enhancement
6+ assignees : adriangl
7+
8+ ---
9+
10+ ** Summary and context of the enhancement**
11+ A clear and concise description of what the enhancement is and why it
12+ should be added.
13+
14+ ** Suggested implementation**
15+ Add suggestions about how the enhancement should be implemented.
16+
17+ ** Additional documentation**
18+ Useful links to review the enhancement.
Original file line number Diff line number Diff line change 1+ ### Github issue (delete if this does not apply)
2+ https://github.com/bq/mini-kotlin/issues/change_me_issue_number
3+
4+ ### PR's key points
5+
6+ ### How to review this PR?
7+
8+ ### Related Issues (delete if this does not apply)
9+
10+ ### Definition of Done
11+ - [ ] Tests pass
12+ - [ ] Works with Proguard
13+ - [ ] There is no outcommented or debug code left
You can’t perform that action at this time.
0 commit comments