Contributing
Getting Started
- Fork the repository on GitHub
- Clone your fork:
git clone https://github.com/your-username/disc-website.git
Development Process
- Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes following our coding standards
-
Test your changes:
npm run test
npm run lint
- 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?
Next Steps
- Review our Styling Guide
- Check the Project Structure