From 9c8015e6cfbf283f9eac240cc2cd8476c5d46aad Mon Sep 17 00:00:00 2001 From: Matt Grieser Date: Fri, 21 Mar 2025 09:58:54 -0400 Subject: [PATCH] Update references to GitLab to GitHub instead --- CONTRIBUTING.md | 34 +++++++++++++++------------- MeshtasticProtobufs/Package.resolved | 15 ++++++++++++ 2 files changed, 33 insertions(+), 16 deletions(-) create mode 100644 MeshtasticProtobufs/Package.resolved diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94ade3d3..60f3057e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,29 +4,31 @@ Thank you for considering contributing to Meshtastic! We appreciate your time an ## Table of Contents -1. [Getting Started](#getting-started) -2. [Development Workflow](#development-workflow) - - [Targeting `main`](#targeting-main) - - [Small, Incremental Changes](#small-incremental-changes) - - [Rebase Commits](#rebase-commits) -3. [Creating a Branch](#creating-a-branch) -4. [Making Changes](#making-changes) -5. [Commit Messages](#commit-messages) -6. [Merging Changes](#merging-changes) -7. [Testing](#testing) -8. [Code Review](#code-review) -9. [Documentation](#documentation) -10. [Style Guides](#style-guides) +- [Contributing to Meshtastic](#contributing-to-meshtastic) + - [Table of Contents](#table-of-contents) + - [Getting Started](#getting-started) + - [Development Workflow](#development-workflow) + - [Targeting `main`](#targeting-main) + - [Small, Incremental Changes](#small-incremental-changes) + - [Rebase Commits](#rebase-commits) + - [Creating a Branch](#creating-a-branch) + - [Making Changes](#making-changes) + - [Commit Messages](#commit-messages) + - [Merging Changes](#merging-changes) + - [Testing](#testing) + - [Code Review](#code-review) + - [Documentation](#documentation) + - [Style Guides](#style-guides) - [Git Commit Messages](#git-commit-messages) - [Code Style](#code-style) -11. [Community](#community) + - [Community](#community) ## Getting Started -1. Fork the repository on GitLab. +1. Fork the repository on GitHub. 2. Clone your fork to your local machine: ```sh - git clone https://gitlab.com//Meshtastic-Apple.git + git clone https://github.com//Meshtastic-Apple.git ``` 3. Navigate to the project directory: ```sh diff --git a/MeshtasticProtobufs/Package.resolved b/MeshtasticProtobufs/Package.resolved new file mode 100644 index 00000000..a679a95e --- /dev/null +++ b/MeshtasticProtobufs/Package.resolved @@ -0,0 +1,15 @@ +{ + "originHash" : "a2385deee281bd55bce80722a1f2b020f7b745c02005befa8ccbf58a39ef4002", + "pins" : [ + { + "identity" : "swift-protobuf", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-protobuf.git", + "state" : { + "revision" : "d72aed98f8253ec1aa9ea1141e28150f408cf17f", + "version" : "1.29.0" + } + } + ], + "version" : 3 +}