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

Add 10 Non-Profit Organizations from [Your Country] to Non-Profit Donations Project #391

Open
phyleria opened this issue Sep 25, 2024 · 17 comments
Assignees
Labels
hacktoberfest Hacktoberfest issues help wanted Extra attention is needed non-profit

Comments

@phyleria
Copy link
Collaborator

phyleria commented Sep 25, 2024

We are expanding our non-profit donations project to include more organizations from across the globe. We need your help in adding non-profit organizations from [your country] e.g Kenya, Nigeria, India etc and their payment methods.

How to Contribute:

  1. Check for Duplicates:

    • Before adding, ensure the non-profit organizations you're submitting are not already listed.
    • Check the src/non-profits-data/index.ts file in the non-profit-donations repository to avoid duplicates.
  2. Add 10 Non-Profit Organizations:

    • Contribute data for 10 non-profits from your country by following the structure below:
{
    npCode: 'OrganizationCode',
    name: 'Organization Name',
    email: '[email protected]',
    country: 'Country Name',
    website: 'https://www.organization-website.com',
    logo: 'https://www.organization-logo-url.com/logo.jpg',
    foundedYear: 'Year Founded',
    description: 'Brief description of the organization and its mission.',
    isVerified: true,
    verifications: [
      {
        date: new Date('YYYY-MM-DD'),
        verifier: '@yourGitHubHandle',
      }
    ],
    paymentMethods: [
      {
        type: 'donation-link',
        paymentID: 'https://www.organization-website.com/donate',
      },
      {
        type: 'chimoney',
        paymentID: {
          test: '',
          production: 'uniqueChimoneyID', //if present
        },
        donationHandler: 'chimoneyDonation',
      }
    ]
}

Criteria for Non-Profit Organizations:

  • Must be a registered non-profit.
  • Should have a verifiable online presence (e.g., website, social media).
  • Include a valid email for verification purposes.

Submission Process:

@phyleria phyleria added help wanted Extra attention is needed hacktoberfest Hacktoberfest issues non-profit labels Sep 25, 2024
@s-vamshi
Copy link

@phyleria can i work on this issue?

@phyleria
Copy link
Collaborator Author

Hi @s-vamshi,

Yes, feel free to start working on it! Could you let me know which country you’ll be adding non-profits from?

@s-vamshi
Copy link

Hey @phyleria, i am thinking of adding Indian non profit orgs

@phyleria
Copy link
Collaborator Author

Great! Go ahead please.

@blindaks
Copy link

Hi @phyleria . Can I also work on this issue?

@DevvEmeka
Copy link

@phyleria I want to contribute to this issue. I am from Nigeria and I want to add non-profits from Nigeria.

@phyleria
Copy link
Collaborator Author

phyleria commented Oct 1, 2024

Hi @DevvEmeka

Sure, please go ahead.

@blindaks
Copy link

blindaks commented Oct 1, 2024

Hi @phyleria. Here is my PR: Chimoney/non-profit-donations#20

@phyleria
Copy link
Collaborator Author

phyleria commented Oct 1, 2024

Thank you @blindaks!

It is under review now.

@Sadaf2005
Copy link

Hey, @phyleria can I work on this issue?
I would like to add non-profit organisations from India.

@DevvEmeka
Copy link

@phyleria I want to contribute to this issue. I am from Nigeria and I want to add non-profits from Nigeria.

@phyleria Here is my PR: Link

@phyleria
Copy link
Collaborator Author

phyleria commented Oct 7, 2024

Hey, @phyleria can I work on this issue? I would like to add non-profit organisations from India.

Hi @Sadaf2005, yeah. Please go ahead

@codegirl254
Copy link
Contributor

hi @phyleria kindly assign me this issue.

@Shivansh2030
Copy link

Can I work on this @phyleria ?

@phyleria
Copy link
Collaborator Author

phyleria commented Oct 8, 2024

Hi @codegirl254 and @Shivansh2030

Sure, go ahead.

@Shivansh2030
Copy link

Hey @phyleria, here is my PR LINK

@Chimoney Chimoney deleted a comment from oruly1 Oct 13, 2024
@oruly1
Copy link

oruly1 commented Oct 16, 2024

🚀 This Issue is Now an Oruly Task

Task Overview: Add 10 Non-Profit Organizations from [Your Country] to Non-Profit Donations Project

Sponsored by: Chimoney!
Learn more about the sponsor

Task Details:

  • Type: github
  • Reward: $10 USD
  • Deadline: 10/31/2024
  • Estimated Time to Complete: 30 minutes

Task Description:

We are expanding our non-profit donations project to include more organizations from across the globe. We need your help in adding non-profit organizations from [your country] e.g Kenya, Nigeria, India etc and their payment methods.

How to Contribute:

  1. Check for Duplicates:

    • Before adding, ensure the non-profit organizations you're submitting are not already listed.
    • Check the src/non-profits-data/index.ts file in the non-profit-donations repository to avoid duplicates.
  2. Add 10 Non-Profit Organizations:

    • Contribute data for 10 non-profits from your country by following the structure below:
{
    npCode: 'OrganizationCode',
    name: 'Organization Name',
    email: '[email protected]',
    country: 'Country Name',
    website: 'https://www.organization-website.com',
    logo: 'https://www.organization-logo-url.com/logo.jpg',
    foundedYear: 'Year Founded',
    description: 'Brief description of the organization and its mission.',
    isVerified: true,
    verifications: [
      {
        date: new Date('YYYY-MM-DD'),
        verifier: '@yourGitHubHandle',
      }
    ],
    paymentMethods: [
      {
        type: 'donation-link',
        paymentID: 'https://www.organization-website.com/donate',
      },
      {
        type: 'chimoney',
        paymentID: {
          test: '',
          production: 'uniqueChimoneyID', //if present
        },
        donationHandler: 'chimoneyDonation',
      }
    ]
}

Criteria for Non-Profit Organizations:

  • Must be a registered non-profit.
  • Should have a verifiable online presence (e.g., website, social media).
  • Include a valid email for verification purposes.

Submission Process:

How to Participate:

  1. For full task details and to claim this task, visit: View Task.
  2. Submit your contribution via a Pull Request to this GitHub issue.
  3. Link your Pull Request on Oruly to complete your participation and claim rewards.

Additional Information:

Oruly connects businesses with skilled contributors to collaboratively solve tasks. It supports open-source contributions by managing and rewarding efforts.


This comment is auto-generated by Oruly for task coordination. For any queries, contact the task sponsor or visit Oruly Support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest issues help wanted Extra attention is needed non-profit
Projects
None yet
Development

No branches or pull requests

8 participants