From 3ed662173830df15c5e550a6e4eeb002b90ba893 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 25 Apr 2023 07:15:37 +0530 Subject: [PATCH 1/5] fix arch name because OCD --- docs/{riscv64/visionfive2 => RISCV64}/visionfive2.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{riscv64/visionfive2 => RISCV64}/visionfive2.md (100%) diff --git a/docs/riscv64/visionfive2/visionfive2.md b/docs/RISCV64/visionfive2.md similarity index 100% rename from docs/riscv64/visionfive2/visionfive2.md rename to docs/RISCV64/visionfive2.md -- 2.43.5 From f47653e3ebe27a15cc8d59dea99ab3639dfd9e43 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 25 Apr 2023 08:12:02 +0530 Subject: [PATCH 2/5] add maintainers for VisionFive 2 based on the list here: https://git.resf.org/testing/SBC-progress-tracking/ --- docs/RISCV64/visionfive2.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/RISCV64/visionfive2.md b/docs/RISCV64/visionfive2.md index 3a48592..598eb44 100644 --- a/docs/RISCV64/visionfive2.md +++ b/docs/RISCV64/visionfive2.md @@ -110,3 +110,17 @@ The board firmware has now been updated! ## Current things that are WIP A Rocky Linux image :stuck_out_tongue_closed_eyes: + +## Maintainers + +There are several developers who are working on the RISC-V port of Rocky Linux in general, but following are all the maintainers who are supporting the VisionFive 2 SBC. + + - [@codedude](https://git.resf.org/codedude) + - [@skip77](https://git.resf.org/skip) + - [@neil](https://git.resf.org/neil) + - [@pgreco](https://git.resf.org/pgreco) + - [@tgo](https://git.resf.org/tgo) + - [@mustafa](https://git.resf.org/mustafa) + - [@@alangm](https://git.resf.org/alangm) + - [@sherif](https://git.resf.org/sherif) + - [@thefossguy](https://git.resf.org/thefossguy) -- 2.43.5 From edea1884fbc772ba191626fc0c9f4495a3d572b2 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 25 Apr 2023 08:12:44 +0530 Subject: [PATCH 3/5] fix typo --- docs/RISCV64/visionfive2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RISCV64/visionfive2.md b/docs/RISCV64/visionfive2.md index 598eb44..6c904c6 100644 --- a/docs/RISCV64/visionfive2.md +++ b/docs/RISCV64/visionfive2.md @@ -121,6 +121,6 @@ There are several developers who are working on the RISC-V port of Rocky Linux i - [@pgreco](https://git.resf.org/pgreco) - [@tgo](https://git.resf.org/tgo) - [@mustafa](https://git.resf.org/mustafa) - - [@@alangm](https://git.resf.org/alangm) + - [@alangm](https://git.resf.org/alangm) - [@sherif](https://git.resf.org/sherif) - [@thefossguy](https://git.resf.org/thefossguy) -- 2.43.5 From 33a1ba83045aff845a46f8b445188d77f647f0e5 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 25 Apr 2023 08:14:12 +0530 Subject: [PATCH 4/5] add info on _where_ to contact maintainers --- docs/RISCV64/visionfive2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RISCV64/visionfive2.md b/docs/RISCV64/visionfive2.md index 6c904c6..7376179 100644 --- a/docs/RISCV64/visionfive2.md +++ b/docs/RISCV64/visionfive2.md @@ -113,7 +113,7 @@ A Rocky Linux image :stuck_out_tongue_closed_eyes: ## Maintainers -There are several developers who are working on the RISC-V port of Rocky Linux in general, but following are all the maintainers who are supporting the VisionFive 2 SBC. +There are several developers who are working on the RISC-V port of Rocky Linux in general, but following are all the maintainers who are supporting the VisionFive 2 SBC. These usernames are what they use on the [Rocky Linux Mattermost chat](https://chat.rockylinux.org/). - [@codedude](https://git.resf.org/codedude) - [@skip77](https://git.resf.org/skip) -- 2.43.5 From 0f3da3e8b1e4b8c363bd108bb089fba7c0f8c6f5 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 25 Apr 2023 08:25:01 +0530 Subject: [PATCH 5/5] fix naming convention for the VisionFive 2 markdown file --- docs/RISCV64/{visionfive2.md => visionfive_2.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/RISCV64/{visionfive2.md => visionfive_2.md} (100%) diff --git a/docs/RISCV64/visionfive2.md b/docs/RISCV64/visionfive_2.md similarity index 100% rename from docs/RISCV64/visionfive2.md rename to docs/RISCV64/visionfive_2.md -- 2.43.5