From 79aa6387aa33113420745bd83a9c9a137b569dfa Mon Sep 17 00:00:00 2001 From: Hendrik Ebbers Date: Tue, 4 Feb 2025 08:44:15 +0100 Subject: [PATCH 1/3] data definition for work on support & care --- data/support-care-results.yml | 8 ++++++++ static/illustrations/support-care-results/build.svg | 1 + .../illustrations/support-care-results/documentation.svg | 1 + static/illustrations/support-care-results/feature.svg | 1 + static/illustrations/support-care-results/outcome.svg | 1 + static/illustrations/support-care-results/security.svg | 1 + 6 files changed, 13 insertions(+) create mode 100644 data/support-care-results.yml create mode 100644 static/illustrations/support-care-results/build.svg create mode 100644 static/illustrations/support-care-results/documentation.svg create mode 100644 static/illustrations/support-care-results/feature.svg create mode 100644 static/illustrations/support-care-results/outcome.svg create mode 100644 static/illustrations/support-care-results/security.svg diff --git a/data/support-care-results.yml b/data/support-care-results.yml new file mode 100644 index 00000000..aad06055 --- /dev/null +++ b/data/support-care-results.yml @@ -0,0 +1,8 @@ +--- +- title: "Migrating Apache Maven issues to Github" + description: "We are migrating the Apache Maven issues to Github. This will make + it easier for the community to report issues and contribute to the project." + link: https://github.com/support-and-care/jira-to-gh-issues + date: '2021-09-01' + project: maven + type: documentation diff --git a/static/illustrations/support-care-results/build.svg b/static/illustrations/support-care-results/build.svg new file mode 100644 index 00000000..bdd0c1b7 --- /dev/null +++ b/static/illustrations/support-care-results/build.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/illustrations/support-care-results/documentation.svg b/static/illustrations/support-care-results/documentation.svg new file mode 100644 index 00000000..60a093de --- /dev/null +++ b/static/illustrations/support-care-results/documentation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/illustrations/support-care-results/feature.svg b/static/illustrations/support-care-results/feature.svg new file mode 100644 index 00000000..32c86f51 --- /dev/null +++ b/static/illustrations/support-care-results/feature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/illustrations/support-care-results/outcome.svg b/static/illustrations/support-care-results/outcome.svg new file mode 100644 index 00000000..e6c5e0d5 --- /dev/null +++ b/static/illustrations/support-care-results/outcome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/illustrations/support-care-results/security.svg b/static/illustrations/support-care-results/security.svg new file mode 100644 index 00000000..1a8c7949 --- /dev/null +++ b/static/illustrations/support-care-results/security.svg @@ -0,0 +1 @@ + \ No newline at end of file From b7d3500e9c61a788cf828becfc6753ca6e4690f5 Mon Sep 17 00:00:00 2001 From: Hendrik Ebbers Date: Tue, 4 Feb 2025 08:50:15 +0100 Subject: [PATCH 2/3] data definition for work on support & care --- data/open-source-projects.yml | 7 +++++++ data/{support-care-results.yml => open-source-work.yml} | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 data/open-source-projects.yml rename data/{support-care-results.yml => open-source-work.yml} (78%) diff --git a/data/open-source-projects.yml b/data/open-source-projects.yml new file mode 100644 index 00000000..a039545b --- /dev/null +++ b/data/open-source-projects.yml @@ -0,0 +1,7 @@ +--- +- id: support-care-maven + name: "Support and Care for Apache Maven" + description: "Support and Care for Apache Maven is a project that aims to improve the support and care for the Apache Maven project." + link: https://open-elements.com/support-care-maven/ + source: https://github.com/support-and-care + logo: support-care-maven.svg diff --git a/data/support-care-results.yml b/data/open-source-work.yml similarity index 78% rename from data/support-care-results.yml rename to data/open-source-work.yml index aad06055..5789bcb5 100644 --- a/data/support-care-results.yml +++ b/data/open-source-work.yml @@ -3,6 +3,9 @@ description: "We are migrating the Apache Maven issues to Github. This will make it easier for the community to report issues and contribute to the project." link: https://github.com/support-and-care/jira-to-gh-issues - date: '2021-09-01' - project: maven + authors: + - gerd + - sandra + date: 2021-09-01 + project: support-care-maven type: documentation From 794be605af44ccc7d6b05725fd0edace7e9084ec Mon Sep 17 00:00:00 2001 From: Hendrik Ebbers Date: Thu, 6 Feb 2025 18:21:07 +0100 Subject: [PATCH 3/3] type -> category --- data/open-source-work.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/open-source-work.yml b/data/open-source-work.yml index 5789bcb5..b50fc779 100644 --- a/data/open-source-work.yml +++ b/data/open-source-work.yml @@ -8,4 +8,4 @@ - sandra date: 2021-09-01 project: support-care-maven - type: documentation + category: documentation