Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add status-software-legal-documents as a Git Submodule in status-web #639

Open
Samyoul opened this issue Nov 20, 2024 · 0 comments
Open

Comments

@Samyoul
Copy link
Member

Samyoul commented Nov 20, 2024

  • Objective:
    Add the status-software-legal-documents repository as a Git submodule in the status-web repository to enable synchronisation of legal documents.

  • Tasks:

    1. Navigate to the status-web repository:
      cd status-web
    2. Add the status-software-legal-documents repository as a submodule:
      git submodule add https://github.com/status-im/status-software-legal-documents.git path/to/legal-docs
    3. Initialise and update the submodule:
      git submodule update --init
    4. Commit and push the changes:
      git commit -am "Add legal documents submodule"
      git push origin <branch>
    5. Verify the submodule integration:
      • Check that the submodule directory contains the expected files.
      • Confirm that git diff --no-index can compare local legal files with submodule files.
  • Acceptance Criteria:

    • The status-software-legal-documents submodule is added and visible in the repository.
    • Local legal documents can be compared with the submodule files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant