You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
<!-- Please describe why you are making these changes -->
4
4
5
-
### How to test
6
-
7
-
<!-- Please outline the steps to test your changes -->
8
-
9
5
---
10
6
11
7
### PR Checklist
@@ -16,16 +12,12 @@
16
12
> -[ ] I have read and agree with the [Contribution Guidelines](https://github.com/shopify/checkout-sheet-kit-react-native/blob/main/.github/CONTRIBUTING.md).
17
13
> -[ ] I have read and agree with the [Code of Conduct](https://github.com/shopify/checkout-sheet-kit-react-native/blob/main/.github/CODE_OF_CONDUCT.md).
18
14
> -[ ] I've updated the [README](https://github.com/shopify/checkout-sheet-kit-react-native).
15
+
>
16
+
> _Releasing a new version of the kit?_
17
+
>
18
+
> -[ ] I have bumped the version number in the [`package.json` file](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/modules/%40shopify/checkout-sheet-kit/package.json#L4).
19
+
> -[ ] I have added a [Changelog](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/CHANGELOG.md) entry.
19
20
20
-
---
21
-
22
-
<details>
23
-
<summary>Checklist for releasing a new version</summary>
24
-
25
-
-[ ] I have bumped the version number in the [`package.json` file](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/modules/%40shopify/checkout-sheet-kit/package.json#L4).
26
-
-[ ] I have added a [Changelog](https://github.com/Shopify/checkout-sheet-kit-react-native/blob/main/CHANGELOG.md) entry.
27
-
28
-
</details>
29
21
30
22
> [!TIP]
31
23
> See the [Contributing documentation](https://github.com/shopify/checkout-sheet-kit-react-native/blob/main/.github/CONTRIBUTING.md#releasing-a-new-version) for instructions on how to publish a new version of the library.
0 commit comments