From eaf0f4203573a452da74343dbf7f018c7e357ec4 Mon Sep 17 00:00:00 2001 From: bb-froggy Date: Mon, 22 Sep 2025 20:25:41 +0000 Subject: [PATCH] Typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef7d3af0db..9e105f66ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Please read the [General Recommendations](#general-recommendations) before you s 1. Clone your fork. 1. Create and checkout a new branch. Naming it like the app name or, much better, the app id makes it easier to keep track of your contributions. -1. Create a new file in the the `metadata` directory named after the following schema: `.yml`. +1. Create a new file in the `metadata` directory named after the following schema: `.yml`. So an example would be _"com.app.example.yml"_. 1. Write down the metadata in that file. The [Build Metadata Reference](https://f-droid.org/en/docs/Build_Metadata_Reference) as well as the [templates](./templates/README.md)