Thank you for considering contributing to RetroNode! Please follow these guidelines to help ensure a smooth process.
- Fork the repository.
- Create a new branch for each feature or bug fix.
- Commit changes with clear, concise messages.
- Use TypeScript with strict typing.
- Keep components modular and reusable.
- Use
SCSS
for styling, with all styles defined in/src/assets/styles
. - Run
npm run lint
andnpm run test
to ensure code quality.
- Ensure all tests pass.
- Write descriptive commit messages.
- Reference any issues the PR addresses.
Thank you for contributing!