diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..8106395 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +### Description + +_(Insert pull request description)_ + +--- + +### Relevant Commits + +_(List of main updates)_ + +--- + +### Requirements + +_(Please check if your pull request fulfills the following requirements)_ + +- [ ] Changes were properly tested (attach evidence if applicable) +- [ ] Repository's code-style/linting compliant + +--- + +### Evidence + +_(Insert any evidence related to this pull request. Leave it as **"None"** or **"Not applicable"** if you have nothing to add)_ + +--- + +### Additional Information + +_(Insert any additional information related to this pull request, as more context or Jira ticket. Leave it as **"None"** or **"Not applicable"** if you have nothing to add)_ diff --git a/README.md b/README.md index f08e84d..0c172a1 100644 --- a/README.md +++ b/README.md @@ -173,3 +173,9 @@ Documentation: [Securing Requests](https://amer.developers.trustly.com/payments/ 2. Add the request signature endpoint (e.g. `http://localhost:8080/signature` in the NestJS Example) into the `SIGNATURE_API_URL` variable of the `env.ts` file 3. Uncomment the `getRequestSignature` code snippet in the `trustly.tsx` file 4. Run your app + +# Contributing + +You can participate in this project by submitting bugs and feature requests in the [Issues](https://github.com/TrustlyInc/trustly-react-native-example/issues) tab. Please, add [@lukevance](https://github.com/lukevance) as an assignee. + +If you are interested in fixing issues and contributing directly to the code base, feel free to open a Pull Request with your changes. Please, make sure to fulfill our [Pull Request Template](https://github.com/TrustlyInc/trustly-react-native-example/blob/main/.github/pull_request_template.md) and add [@lukevance](https://github.com/lukevance) as code reviewer.