Skip to main content

Contributing

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork:
git clone https://github.com/your-username/disc-website.git

Development Process

  1. Create a new branch:
git checkout -b feature/your-feature-name
  1. Make your changes following our coding standards

  2. Test your changes:

npm run test
npm run lint
  1. Submit a pull request

Coding Standards

  • Use TypeScript for all new code
  • Follow the existing code style
  • Add comments for complex logic
  • Keep components modular and reusable

Pull Request Guidelines

  • Use a clear and descriptive title
  • Reference any related issues
  • Include screenshots for UI changes
  • Update documentation if needed

Need Help?

  • Join our Discord
  • Check existing issues
  • Ask questions in the pull request

Next Steps