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
When in doubt about whether we will be interested in including a new feature in this project, please open an issue to propose the feature so we can confirm the feature should be in scope for the project before it is implemented.
29
+
When in doubt about whether we will be interested in including a new feature in
30
+
this project, please open an issue to propose the feature so we can confirm the
31
+
feature should be in scope for the project before it is implemented.
28
32
29
33
## How To Contribute
30
34
@@ -34,4 +38,30 @@ When in doubt about whether we will be interested in including a new feature in
34
38
4. Verify the changes locally (e.g. via the sample app)
35
39
5. Commit your changes and push
36
40
6. Ensure all checks (e.g. tests) are passing in GitHub
37
-
7. Create a new pull request with a detailed description of what is changing and why
41
+
7. Create a new pull request with a detailed description of what is changing and
<!--Optional: add instructions to describe how to test-->
3
+
<!--Please describe why you are making these changes-->
4
4
5
-
### Before you deploy
5
+
### How to test
6
6
7
-
-[ ] I have added tests to support my implementation
8
-
-[ ] I have read and agree with the contributing documentation [readme](/.github/CONTRIBUTING.md)
9
-
-[ ] I have read and agree with the code of conduct documentation [readme](/.github/CODE_OF_CONDUCT.md)
10
-
-[ ] I have updated any documentation related to these changes.
11
-
-[ ] I have updated the [README](/README.md) (if applicable).
7
+
<!-- Please outline the steps to test your changes -->
8
+
9
+
---
10
+
11
+
### PR Checklist
12
+
13
+
> [!IMPORTANT]
14
+
>
15
+
> -[ ] I've added tests to support my implementation
16
+
> -[ ] I have read and agree with the [Contribution Guidelines](https://github.com/shopify/checkout-sheet-kit-react-native/blob/main/.github/CONTRIBUTING.md).
17
+
> -[ ] 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
+
> -[ ] I've updated the [README](https://github.com/shopify/checkout-sheet-kit-react-native).
19
+
> -[ ] I've updated any documentation related to these changes.
20
+
21
+
---
22
+
23
+
<details>
24
+
<summary>Checklist for releasing a new version</summary>
25
+
26
+
-[ ] 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).
27
+
-[ ] I have added a [Changelog](./CHANGELOG.md) entry.
28
+
</details>
29
+
30
+
> [!TIP]
31
+
> See the [Contributing documentation](./CONTRIBUTING.md#releasing-a-new-version) for instructions on how to publish a new version of the library.
0 commit comments