From 9e8a5fd515d39aea9a324709ca38543b7a2e65eb Mon Sep 17 00:00:00 2001 From: Maze Date: Sun, 23 Jan 2022 22:22:33 +0100 Subject: [PATCH] Remove some GitHub mentions --- docs/CHANGELOG.md | 3 +++ docs/CONTRIBUTING.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3dbcccd5..c9371743 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -47,6 +47,9 @@ and this project adheres to - "focus filter" is now Ctrl+K - "previous message" is now Ctrl+I + - In-app links lead to + [the Moment repository](https://gitlab.com/mx-moment/moment) + - Default theme is now Foliage.qpl ### Removed diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 1791bef7..3b1ba12e 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -42,7 +42,7 @@ By sending your changes, you agree to license them under the LGPL 3.0 or later. ### Procedure -Start by forking the main repository from GitHub, then +Start by forking the main repository from GitLab, then clone your fork and switch to a new branch based on `dev`, in which you will make your changes: @@ -62,7 +62,7 @@ You will then be able to make a pull request by going to the [main repo](https://gitlab.com/mx-moment/moment). Once your pull request is merged, you can update `dev`, and delete your -GitHub and local branch: +GitLab and local branch: ```sh git fetch upstream