import type { Metadata } from 'next'; import { Github, ExternalLink, Code, Heart, MessageCircle } from 'lucide-react'; export const metadata: Metadata = { title: 'Community - P2NS', description: 'Contribute to P2NS, get support, and join the Discord community.', keywords: ['P2NS community', 'contribute', 'open source', 'Discord', 'support', 'contributing'], authors: [{ name: 'Raven Scott' }], openGraph: { title: 'Community - P2NS', description: 'Contribute to P2NS, get support, and join the Discord community.', url: 'https://p2ns.space/community', siteName: 'P2NS', type: 'website', }, twitter: { card: 'summary_large_image', title: 'Community - P2NS', description: 'Contribute to P2NS, get support, and join the Discord community.', }, alternates: { canonical: 'https://p2ns.space/community', }, }; export default function CommunityPage() { return (

Community

Join the P2NS community and help build the future of decentralized DNS

Repository

P2NS is open source and available on Git. Check out the code, report issues, and contribute.

View Repository

Holesail Discord

Join the Holesail Discord server to connect with the community, get help, share ideas, and stay updated on the latest developments.

Join Discord Server

Contributing

Contributions are welcome! Here's how you can help:

  • Report bugs and issues
  • Suggest new features
  • Submit pull requests
  • Improve documentation
  • Test on different platforms

Contribution Guidelines

  1. Must be a member of Discord-Linux Join Now
  2. Run /register-git command to register an account.
  3. Fork the repository
  4. Create a branch for your changes
  5. Make your changes and test thoroughly
  6. Submit a pull request with a clear description
  7. Focus on stability and cross-platform compatibility

Support

Need help? Here are some resources:

); }