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-desktop #16787

Open
Samyoul opened this issue Nov 20, 2024 · 0 comments · May be fixed by #16791
Open

Add status-software-legal-documents as a Git Submodule in status-desktop #16787

Samyoul opened this issue Nov 20, 2024 · 0 comments · May be fixed by #16791

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-desktop repository to enable synchronisation of legal documents.

  • Tasks:

    1. Navigate to the status-desktop repository:
      cd status-desktop
    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.
Samyoul added a commit that referenced this issue Nov 21, 2024
@Samyoul Samyoul linked a pull request Nov 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant