Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.15 KB

File metadata and controls

40 lines (27 loc) · 1.15 KB

Contributing to Queue Management System

Welcome! Thank you for your interest in contributing.

How to Contribute

  1. Fork the repository.
  2. Create a new branch (descriptive name).
  3. Add your changes with clear commit messages.
  4. Submit a pull request (PR):
    • Follow the PR template if available.
    • Reference relevant issues.
    • Wait for review and feedback.

Contribution Guidelines

  • Use clear, documented code.
  • Write JavaDoc and comments as useful.
  • Commit often, but keep commits focused.
  • Follow existing code style and standards.

Hacktoberfest

  • Issues labeled hacktoberfest, help wanted, or good first issue are prioritized for event participants.
  • Meaningful, non-trivial PRs will be accepted and merged as per Hacktoberfest rules.

Project Architecture

Refer to the main README.md for the full system structure, primary classes, actor functions, and relationships.

Feature Requests

Open an issue for:

  • New features (ex: OAuth2 authentication via Keycloak, permission management)
  • Bug reports
  • Documentation

Code of Conduct

Please follow the community guidelines outlined in CODE_OF_CONDUCT.md.