Skip to content

Commit ffc1b4e

Browse files
msluszniakjakmro
andauthored
Update PR template (#473)
## Description This PR adds the following: * Clear separation for breaking and non-breaking changes. * Another type of changes called `Other` for new test cases, general code style improvements etc. * Remove `Both Android and iOS` option from bug template since now there is an option to select both Android and iOS which overlaps this option ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [x] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. --> --------- Co-authored-by: Jakub Mroz <115979017+jakmro@users.noreply.github.com>
1 parent 1c5c8de commit ffc1b4e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ body:
7777
options:
7878
- Android
7979
- iOS
80-
- Both Android and iOS
8180
- Platform agnostic
8281
validations:
8382
required: true

.github/pull_request_template.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
<!-- Provide a concise and descriptive summary of the changes implemented in this PR. -->
44

5+
### Introduces a breaking change?
6+
7+
- [ ] Yes
8+
- [ ] No
9+
510
### Type of change
611

7-
- [ ] Bug fix (non-breaking change which fixes an issue)
8-
- [ ] New feature (non-breaking change which adds functionality)
9-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+
- [ ] Bug fix (change which fixes an issue)
13+
- [ ] New feature (change which adds functionality)
1014
- [ ] Documentation update (improves or adds clarity to existing documentation)
15+
- [ ] Other (chores, tests, code style improvements etc.)
1116

1217
### Tested on
1318

0 commit comments

Comments
 (0)