autosarzs / Dev

Development AUTOSAR
Mozilla Public License 2.0
50 stars 21 forks source link

[Feature Request]: Implementing Docs Submodule and Wiki Workflow Automation #109

Open autosarzs opened 1 month ago

autosarzs commented 1 month ago

Contact Details

autosarzs

Description

This ticket aims to enhance our repository by introducing a new feature to create a "docs" submodule, along with implementing an automated workflow for updating the corresponding wiki page and synchronizing with the parent repository.

  1. Create Docs Submodule Feature:

    • Add functionality to create a new submodule named "docs" within our repository.
    • This submodule will serve as a centralized location for documentation related to our project.
  2. Automated Wiki Workflow:

    • Establish a workflow to automatically update the wiki page whenever there is a new commit on the main branch of our repository.
    • Ensure that the wiki page reflects the most recent content from the repository, providing up-to-date information for users and contributors.
  3. Git Submodule Synchronization:

    • Implement a mechanism to synchronize the "docs" submodule with the parent repository.
    • Upon each new commit to the "docs" submodule, add a corresponding commit to the parent repository, labeled as "git submodule sync", to signal the parent repository to track the latest changes in the "docs" submodule.

By completing this ticket, we aim to streamline documentation management, improve collaboration, and ensure consistency between code changes and accompanying documentation. This feature will enhance the overall development process and provide greater transparency and accessibility to project information for all stakeholders.