Chimoney / chimoney-community-projects

Repo for Community Contributors
http://api.chimoney.io/
MIT License
136 stars 172 forks source link

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

Open phyleria opened 1 month ago

phyleria commented 1 month ago

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: 'organization@example.com',
    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:

Submission Process:

s-vamshi commented 1 month ago

@phyleria can i work on this issue?

phyleria commented 1 month ago

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 commented 1 month ago

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

phyleria commented 1 month ago

Great! Go ahead please.

blindaks commented 1 month ago

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

DevvEmeka commented 1 month ago

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

phyleria commented 1 month ago

Hi @DevvEmeka

Sure, please go ahead.

blindaks commented 1 month ago

Hi @phyleria. Here is my PR: https://github.com/Chimoney/non-profit-donations/pull/20

phyleria commented 1 month ago

Thank you @blindaks!

It is under review now.

Sadaf2005 commented 1 month ago

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

DevvEmeka commented 1 month ago

@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 commented 1 month ago

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 commented 1 month ago

hi @phyleria kindly assign me this issue.

Shivansh2030 commented 1 month ago

Can I work on this @phyleria ?

phyleria commented 1 month ago

Hi @codegirl254 and @Shivansh2030

Sure, go ahead.

Shivansh2030 commented 1 month ago

Hey @phyleria, here is my PR LINK

oruly1 commented 1 month ago

🚀 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:

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: 'organization@example.com',
    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:

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.