85 lines
2.4 KiB
Text
85 lines
2.4 KiB
Text
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2023, The Funkwhale Collective
|
|
# This file is distributed under the same license as the funkwhale package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: funkwhale 1.3.0-rc3\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-03-01 14:05+0100\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: Babel 2.11.0\n"
|
|
|
|
#: ../../developer_documentation/workflows/git.md:1
|
|
msgid "Git workflow"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:3
|
|
msgid ""
|
|
"Funkwhale uses GitLab's merge requests to manage changes. The workflow "
|
|
"looks like this:"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:5
|
|
msgid ""
|
|
"Assign the issue you are working on to yourself, or create one if it "
|
|
"doesn't exist"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:6
|
|
msgid "Create a fork of the project"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:7
|
|
msgid ""
|
|
"Check out the `develop` branch. If you're making a minor change (such as "
|
|
"fixing a typo) you can check out the `stable` branch"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:8
|
|
msgid ""
|
|
"Create a new branch based on the checked out branch. Make sure to give "
|
|
"your branch a meaningful name and include the issue number if required"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:9
|
|
msgid ""
|
|
"Work on your changes locally. Try to keep each commit small to make "
|
|
"reviews easier"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:10
|
|
msgid "Add a changelog fragment summarizing your changes"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:11
|
|
msgid "Lint the codebase using the following command:"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md
|
|
msgid "API code"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md
|
|
msgid "Frontend code"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:34
|
|
msgid "Push your branch"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:35
|
|
msgid "Create a merge request in the GitLab frontend"
|
|
msgstr ""
|
|
|
|
#: ../../developer_documentation/workflows/git.md:36
|
|
msgid "We'll review your request and feed back"
|
|
msgstr ""
|
|
|