Skip to content

Commit c0a9aff

Browse files
committed
ci: update pull request template
1 parent 33cde52 commit c0a9aff

1 file changed

Lines changed: 27 additions & 19 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
1-
<!--
2-
Update "[ ]" to "[x]" to check a box
3-
-->
4-
51
### What kind of change does this PR introduce?
6-
<!-- Check at least one. If you are introducing a new binding, you must reference an issue where this binding has been proposed, discussed and approved by the maintainers. -->
7-
8-
- [ ] Bugfix
9-
- [ ] Feature
10-
- [ ] Docs
11-
- [ ] New Binding issue #___
12-
- [ ] Code style update
13-
- [ ] Refactor
14-
- [ ] Build-related changes
15-
- [ ] Other, please describe:
2+
<!-- Delete ones that doesnt apply-->
3+
4+
- Bugfix - fixes issues- give issue github url/details here.
5+
- Feature
6+
- Docs
7+
- Code style update
8+
- Refactor
9+
- Build-related changes
10+
- Other, please describe:
11+
12+
### Screenshots or Gifs of the change
13+
1. Any visual or workflow changes must come with a gif or screenshot.
14+
2. Gif screen recordings help more if present. You can use one of the below free screen recorders:
15+
1. windows gif recorder- https://www.screentogif.com/
16+
2. mac gif recorder- https://apps.apple.com/au/app/giphy-capture-the-gif-maker/id668208984?mt=12
17+
3. linux gif recorder- https://github.com/phw/peek
1618

1719
### Does this PR introduce a breaking change?
1820
<!-- If yes, please describe the impact and migration path for existing applications in an attached issue. -->
1921

20-
- [ ] Yes, and the changes were approved in issue #___
21-
- [ ] No
22+
- Yes, and the changes were approved in issue #___
23+
- No
24+
25+
### Tests done
26+
- Describe unit tests done
27+
- Describe integration tests done
28+
- Describe manual tests done
2229

2330
### Checklist
24-
- [ ] When resolving issues, they are referenced in the PR's title (e.g `fix: remove a typo, closes #___, #___`)
25-
- [ ] A change file is added if any packages will require a version bump due to this PR per [the instructions in the readme](https://github.com/tauri-apps/tauri/blob/dev/.changes/readme.md).
26-
- [ ] I have added a convincing reason for adding this feature, if necessary
31+
- [ ] When resolving issues, reference those issue URLs in description.
32+
- [ ] Propose a changelog if this pull request has any customer facing impact.
33+
- [ ] I have added a convincing reason for adding this feature, if necessary.
2734

2835
### Other information
2936

@@ -32,3 +39,4 @@ Update "[ ]" to "[x]" to check a box
3239
* It's OK to have multiple small commits as you work on the PR - we will let GitHub automatically squash it before merging.
3340
* If adding new feature:, Provide convincing reason to add this feature. Ideally you should open a suggestion issue first and have it greenlighted before working on it.
3441
* If fixing a bug:Provide detailed description of the bug in the PR, or link to an issue that does.
42+
* Provide screenshots or gifs of the changes whenever possible.

0 commit comments

Comments
 (0)