Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 682 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 682 Bytes

Contributing to RetroNode

Thank you for considering contributing to RetroNode! Please follow these guidelines to help ensure a smooth process.

Getting Started

  1. Fork the repository.
  2. Create a new branch for each feature or bug fix.
  3. Commit changes with clear, concise messages.

Code Guidelines

  • 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 and npm run test to ensure code quality.

Pull Requests

  1. Ensure all tests pass.
  2. Write descriptive commit messages.
  3. Reference any issues the PR addresses.

Thank you for contributing!