From 946494c5f39e3ec9cd36390f7278fcebe0a24cac Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:53:52 +0100 Subject: [PATCH] Typo --- Google-Summer-of-Code-2023-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Google-Summer-of-Code-2023-Ideas.md b/Google-Summer-of-Code-2023-Ideas.md index 03e24c6..40a2998 100644 --- a/Google-Summer-of-Code-2023-Ideas.md +++ b/Google-Summer-of-Code-2023-Ideas.md @@ -64,7 +64,7 @@ These are tasks you can work on. You can combine any number of tasks, so they ad **Difficulty**: Medium-hard
**Length**: 175 hours
**Skills required**: Python, Qt, Unix desktop
-**Description**: Currently users exclude files by adding text rules, like `/tmp/cache/*.tmp`. Is is often confusing and we'd like to add a GUI, as well as pre-defined rules for it. E.g. one could choose to exclude common macOS cache files.
+**Description**: Currently users exclude files by adding text rules, like `/tmp/cache/*.tmp`. It is often confusing and we'd like to add a GUI, as well as pre-defined rules for it. E.g. one could choose to exclude common macOS cache files.
**Task outline**: Create a list of sensible default files to exclude. Possible grouped, so users can choose to enable parts of them. Decide on way to store exclusions, do mockup of GUI (partly done), implement as Qt UI file, implement parsing exclusion rules to Borg input.
**Additional details**: See [this issue](https://github.com/borgbase/vorta/issues/907) for discussions about the GUI part and [here](https://github.com/borgbase/vorta/issues/907#issuecomment-1282309557) for suggested exclusion rules.
**Possible mentors**: [@real-yfprojects](https://github.com/real-yfprojects), [@m3nu](https://github.com/m3nu), [@Hofer-Julian](https://github.com/Hofer-Julian)