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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Indian Names and Surnames #20

Closed
ozdemirburak opened this issue Oct 14, 2023 · 3 comments
Closed

Add Indian Names and Surnames #20

ozdemirburak opened this issue Oct 14, 2023 · 3 comments
Labels

Comments

@ozdemirburak
Copy link
Owner

The repository is missing Indian names and surnames. Follow the guide below to add them.

馃殌 How to Contribute:

  1. Fork the repository.
  2. Add names and surnames for your country following the format provided below.
  3. Submit a Pull Request with your changes.
  4. Please include a reliable source for the names and surnames you're adding, preferably a public database or a reputable website.

馃搫 Format:

For names (src/names/in.ts):

const indianNames = {
    0: [ // Male names - Add the URL of the names source here
        'Name1', 'Name2', 'Name3', ...
    ],
    1: [ // Female names - Add the URL of the names source here
        'Name1', 'Name2', 'Name3', ...
    ]
}

export default indianNames;

For surnames (src/surnames/in.ts):

const indianSurnames = [ // Add the URL of the surnames source here
    'Surname1', 'Surname2', 'Surname3', ...
];

export default indianSurnames;

馃搶 Important Notes:

  • Ensure that the names and surnames you add are common and not specific to a small group.
  • 50 names for both males and females, and 50 surnames.
  • Organize the names with 10 entries per row.
  • Avoid adding names that might be offensive or inappropriate.
  • Ensure you're not violating any copyright or data privacy rules.
@Ayushchaudhary-Github
Copy link

#19

@UdaySagar-Git
Copy link
Contributor

hey @ozdemirburak can I work on this ? Please assign it to me !

@ozdemirburak
Copy link
Owner Author

Yes, sure, as long as the pull request meets the requirements in the notes, I'd be more than happy to accept any PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants