Skip to main content
Version: Next

🀝 Contributing to

Welcome! We are thrilled that you want to help improve this project. Because we follow a strict Standardization and Safety-First philosophy, please follow these guidelines.

You can contribute directly from the web! Every page in this documentation has an "Edit this page" link at the bottom.

  • Clicking this will take you directly to the source file in our GitLab/GitHub repository.
  • You can make your changes and submit them via a Merge Request (GitLab) or Pull Request (GitHub).

πŸ—οΈ Local Development​

If you prefer to work locally on the Modular Architecture:

  1. Clone the repository.
  2. Navigate to the website/ directory.
  3. Run npm install then npm start.
  4. Your changes will be reflected in real-time at http://localhost:3000.

πŸ“‹ Commit Message Standards​

We enforce a professional Git history. All commit messages must use the following bracket tags:

  • [FEATURE]: New functionality or pages.
  • [BUGFIX]: Fixing broken links or errors.
  • [DOCS]: Content updates or style improvements.
  • [TASK]: Maintenance and CI/CD updates.

πŸ›‘οΈ Safety First​

Before submitting large changes, please open an issue to discuss your proposal. This ensures your contribution aligns with the project's core cornerstones.

Thank you for helping us keep professional and up-to-date!