Skip to content

Commit

Permalink
Merge pull request #12 from TrustlyInc/DEV-224374-add-basic-contribut…
Browse files Browse the repository at this point in the history
…ing-guide-to-example-apps

[DEV-224374] Add basic contributing guide to example apps
  • Loading branch information
renatodelpupo authored Mar 5, 2024
2 parents dad9395 + 1416735 commit 5f02d5d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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)_
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5f02d5d

Please sign in to comment.