From 9693784e30dc0f26c4aaf840e467574307c37f46 Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Fri, 16 Feb 2024 09:05:07 -0500 Subject: [PATCH 1/6] Create Code of Conduct.md Add file per LFX Best Practices Signed-off-by: Jeff Scheel --- Code of Conduct.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Code of Conduct.md diff --git a/Code of Conduct.md b/Code of Conduct.md new file mode 100644 index 0000000..f0c2967 --- /dev/null +++ b/Code of Conduct.md @@ -0,0 +1,2 @@ +# RISC-V Code of Conduct +All RISC-V International projects are governed by the RISC-V Code of Conduct found at https://riscv.org/community/community-code-of-conduct/. From 121b72972b80d036885944fe291fe879b62017d7 Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Fri, 16 Feb 2024 09:16:25 -0500 Subject: [PATCH 2/6] Create GOVERNANCE.md Add file per LFX Best Practices Signed-off-by: Jeff Scheel --- GOVERNANCE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 GOVERNANCE.md diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..651404c --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,8 @@ +# Governance +This project for the template specification is governed by the Documentation SIG. + +The group can be joined by RISC-V members at: https://lists.riscv.org/g/sig-documentation. + +Mailing list archives are available at: https://lists.riscv.org/g/sig-documentation/topics. + +**_NOTE:_** PROJECTS BUILT USING THE TEMPLATE SHOULD UPDATE THE ABOVE TEXT AS-NEEDED. From a28e878a59d36f4e59465530ec557b6b3af2598e Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Fri, 16 Feb 2024 09:22:58 -0500 Subject: [PATCH 3/6] Create MAINTAINERS.md Added per LFX Best Practices Signed-off-by: Jeff Scheel --- MAINTAINERS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..f218343 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,6 @@ +# Maintainers +This project is maintained by the following people: + +- Bill Traynor ([wmat](https://github.com/wmat)) + +**_NOTE:_** PROJECTS BUILT USING THE TEMPLATE SHOULD UPDATE THE ABOVE TEXT AS-NEEDED. From 37742d704cbaa1b1e0e80b6d810367ac8fc44941 Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Fri, 16 Feb 2024 09:35:16 -0500 Subject: [PATCH 4/6] Create CHANGELOG.md Added per LFX Best Practices Signed-off-by: Jeff Scheel --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c604eca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +**_NOTE:_** PROJECTS BUILT USING THE TEMPLATE SHOULD UPDATE THE BELOW SECTIONS AS-NEEDED. + +## [Unreleased] + +## [4.0.0] - 2004-01-27 +- Workflow improvements +- Makefile refactoring +- Readme updates From fdbb3093970bbc10c170d7550d9c397beeb75c36 Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Fri, 16 Feb 2024 09:47:34 -0500 Subject: [PATCH 5/6] Update README.adoc Updates per LFX Best Practices. Signed-off-by: Jeff Scheel --- README.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.adoc b/README.adoc index 559a49e..aecafc4 100644 --- a/README.adoc +++ b/README.adoc @@ -8,12 +8,22 @@ NOTE: If you are viewing this in a specification repository, kindly update the t This work is licensed under a Creative Commons Attribution 4.0 International License (CC-BY-4.0). For details, see the link:LICENSE[LICENSE] file. +== Maintainers + +The list of maintainers of this specification is maintained in the link:MAINTAINERS.md[maintainers] file. + == Contributors The list of contributors to this specification is maintained in the link:src/contributors.adoc[contributors] file. For guidelines on how to contribute, refer to the link:CONTRIBUTING.md[CONTRIBUTING] file. +== Governance + +The goverance for this project is defined in the link:GOVERNANCE.md[governance] file. + +Community information, including meeting (if held) and mailing lists are detailed in this file. + == Building the Document === Directory Structure From f53e676fa3b44d020cce0f8d579daa10bd75690b Mon Sep 17 00:00:00 2001 From: Jeff Scheel Date: Fri, 16 Feb 2024 09:48:46 -0500 Subject: [PATCH 6/6] Put file names in All Caps to match names Signed-off-by: Jeff Scheel --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index aecafc4..564d85a 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,7 @@ This work is licensed under a Creative Commons Attribution 4.0 International Lic == Maintainers -The list of maintainers of this specification is maintained in the link:MAINTAINERS.md[maintainers] file. +The list of maintainers of this specification is maintained in the link:MAINTAINERS.md[MAINTAINERS] file. == Contributors @@ -20,7 +20,7 @@ For guidelines on how to contribute, refer to the link:CONTRIBUTING.md[CONTRIBUT == Governance -The goverance for this project is defined in the link:GOVERNANCE.md[governance] file. +The goverance for this project is defined in the link:GOVERNANCE.md[GOVERNANCE] file. Community information, including meeting (if held) and mailing lists are detailed in this file.