Skip to content

Commit

Permalink
Added Santosh's 'Get involved' page (#472)
Browse files Browse the repository at this point in the history
* Added Santosh's 'Get involved' page

* Fix prettier issues

* Update get-involved.mdx

fix issue with linkout tag
  • Loading branch information
melissahenderson authored May 8, 2024
1 parent d76f036 commit 00c2346
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ export default defineConfig({
{
label: 'Supported payment methods',
link: '/resources/payment-methods/'
},
{
label: 'Get involved',
link: '/resources/get-involved/'
}
]
},
Expand Down
48 changes: 48 additions & 0 deletions docs/src/content/docs/resources/get-involved.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Get involved
---

import { LinkOut } from '@interledger/docs-design-system'

## Participation

- Begin a <LinkOut href="https://github.com/interledger/open-payments/discussions">new discussion or contribute to existing discussions</LinkOut> in the Open Payments GitHub repo.
- Join our <LinkOut href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MDNjYTdhYmE5MTgwNGJhMmIxYmU0YWFkMzI2NTFmMjVfMjAyNDA1MDhUMTIwMDAwWiBjX2NqMDI3Z21oc3VqazkxZXZpMjRkOXB2bXQ0QGc&tmsrc=c_cj027gmhsujk91evi24d9pvmt4%40group.calendar.google.com&scp=ALL">Open Payments Community calls</LinkOut>.
- Join the <LinkOut href="interledger.slack.com">interledger.slack.com</LinkOut> workspace and ask any questions you have in the #open-payments channel.

## Coding

- Contribute to open issues in the <LinkOut href="https://github.com/interledger/open-payments">Open Payments repository</LinkOut>.
- Create issues on Github including
- Suggesting specification changes
- Reporting bugs
- Requesting features
- CTA for adding a new supported payment method to OP (currently only supports Interledger as a payment method.)
- Contribute to the <LinkOut href="https://github.com/interledger/open-payments/tree/main/packages/openapi">openapi</LinkOut>, <LinkOut href="https://github.com/interledger/open-payments/tree/main/packages/open-payments">open-payments</LinkOut>, and <LinkOut href="https://github.com/interledger/open-payments/tree/main/packages/http-signature-utils">http-signature-utils</LinkOut> packages.

## Community and hackathons

- Join us at the <LinkOut href="https://interledger.org/summit">Interledger Summit</LinkOut> and participate in our annual hackathon.
- Organize your own hackathons, coding sprints, and workships, both online and offline. Here's a few ideas to inspire you:
- Create an e-commerce application with a "Pay with Open Payments" flow
- Build a subscription service built with Open Payments APIs
- Develop an application that uses pay-as-you-go and takes advantage of the Open Payments grant APIs, which give access for an application to gradually make payments from user accounts, up to a limit
- Port the <LinkOut href="https://github.com/interledger/open-payments/tree/main/packages/open-payments">Open Payments SDK</LinkOut> to another programming language (the current SDK was built with Node.js and TypeScript)

## Localization

- Translate and localize the [Open Payments Overview](/introduction/overview) page into one of the following languages:
- Arabic
- Chinese
- French
- German
- Japanese
- Portuguese
- Spanish
- Review translated and localized content.

## Documentation

Contribute to the docs by suggesting additions and improvements.

Review our <LinkOut href="https://github.com/interledger/open-payments/blob/main/.github/contributing.md">contribution guide</LinkOut> for details.

0 comments on commit 00c2346

Please sign in to comment.