From bce76f1d294cbbad20668cc11d581549507512ba Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Fri, 12 Feb 2021 10:46:57 -0500 Subject: [PATCH] GitHub repository enhancements. Document availability of GitHub Discussions in `README.md`. Expose .github/workflows/CI.yml in MoltenVKPackaging Xcode project. --- MoltenVKPackaging.xcodeproj/project.pbxproj | 2 ++ README.md | 16 ++++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/MoltenVKPackaging.xcodeproj/project.pbxproj b/MoltenVKPackaging.xcodeproj/project.pbxproj index 6b4e3dcc..24a909fd 100644 --- a/MoltenVKPackaging.xcodeproj/project.pbxproj +++ b/MoltenVKPackaging.xcodeproj/project.pbxproj @@ -189,6 +189,7 @@ A975D55C213F25D700D4834F /* create_dylib.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = create_dylib.sh; sourceTree = ""; }; A980A25F24C628F3007A8F6F /* gen_moltenvk_rev_hdr.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = gen_moltenvk_rev_hdr.sh; sourceTree = ""; }; A98149E51FB78829005F00B4 /* MoltenVK_Runtime_UserGuide.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = MoltenVK_Runtime_UserGuide.md; path = Docs/MoltenVK_Runtime_UserGuide.md; sourceTree = ""; }; + A9A15AA625D6D884004EEBE9 /* CI.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; name = CI.yml; path = .github/workflows/CI.yml; sourceTree = ""; }; A9B1007A24F837AF00EADC6E /* create_xcframework_func.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = create_xcframework_func.sh; sourceTree = ""; }; A9C70F41221B04C800FBA31A /* create_dylib_macos.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = create_dylib_macos.sh; sourceTree = ""; }; A9C70F45221B04C800FBA31A /* create_dylib_ios.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = create_dylib_ios.sh; sourceTree = ""; }; @@ -269,6 +270,7 @@ isa = PBXGroup; children = ( A9DA8341218A198C002AA662 /* .gitignore */, + A9A15AA625D6D884004EEBE9 /* CI.yml */, ); name = Git; sourceTree = ""; diff --git a/README.md b/README.md index 5247de74..96773e79 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Table of Contents - [Running the **MoltenVK** Demo Applications](#demos) - [Using **MoltenVK** in Your Application](#using) - [**MoltenVK** and *Vulkan* Compliance](#compliance) -- [Reporting Issues](#issues) +- [Getting Support](#support) - [Contributing to **MoltenVK** Development](#contributing) @@ -314,19 +314,23 @@ their *Vulkan* apps for maximum cross-platform compatibility and portability, in - + -Reporting Issues +Getting Support ---------------- -- If you encounter an issue with the behaviour of **MoltenVK**, you can report it in the - [*MoltenVK Issues List*](https://github.com/KhronosGroup/MoltenVK/issues). +- If you have a question about using **MoltenVK**, you can ask it in + [*MoltenVK Discussions*](https://github.com/KhronosGroup/MoltenVK/discussions). + This forum is monitored by **MoltenVK** contributors and users. + +- If you encounter an issue with the behavior of **MoltenVK**, or want to request an enhancement, + you can report it in the [*MoltenVK Issues List*](https://github.com/KhronosGroup/MoltenVK/issues). - If you encounter an issue with the *Vulkan SDK*, including the *Validation Layers*, you can report it in the [*Vulkan SDK Issues List*](https://vulkan.lunarg.com/issue/home). - If you explore **MoltenVK** and determine that it does not meet your requirements at this time, we would appreciate - hearing why that is so, on the [*MoltenVK Issues List*](https://github.com/KhronosGroup/MoltenVK/issues). + hearing why that is so, in [*MoltenVK Discussions*](https://github.com/KhronosGroup/MoltenVK/discussions). The goal of **MoltenVK** is to increase the value of *Vulkan* as a true cross-platform ecosystem, by providing *Vulkan* on *Apple* platforms. Hearing why this is currently not working for you will help us in that goal.