Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Santosh's 'Get involved' page #472

Merged
merged 3 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading