diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0c..998f5c44 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,6 @@ blank_issues_enabled: false + +contact_links: + - name: Null Prism Discord community + url: https://discord.gg/CC4psCt2y5 + about: Ask installation questions, discuss compatibility, and coordinate testing. diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 00000000..384d42f2 --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,32 @@ +# Support + +## Community support + +For installation assistance, configuration questions, compatibility +discussion, and testing coordination, join the +[Null Prism Discord community](https://discord.gg/CC4psCt2y5). + +## Bug reports and compatibility reports + +Use the repository's structured +[GitHub issue forms](https://github.com/NullPrism/RE-UE4SS-Linux/issues/new/choose) for: + +- reproducible loader failures; +- crashes or abnormal shutdown behavior; +- game or server compatibility reports; +- Lua or native mod-loading failures; +- packaging and launcher defects. + +Before opening an issue, collect the loader version, game version, Steam build +ID, Linux distribution, loader log, launch command, and reproduction steps. + +Do not publish proprietary game files, credentials, private server data, or +large crash archives. + +## Support scope + +This project is experimental, and support is provided on a best-effort basis. +Compatibility is limited to combinations explicitly documented as validated. + +This project is not affiliated with or supported by the official UE4SS project +or Pocketpair. diff --git a/README.md b/README.md index 0b405036..950019f3 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,18 @@ The complete provenance record is available in Portable fixes may be proposed upstream separately as small, independently reviewable changes. +## Community and support + +For installation help, compatibility discussion, testing coordination, and +general project questions, join the +[Null Prism Discord community](https://discord.gg/CC4psCt2y5). + +Use [GitHub Issues](https://github.com/NullPrism/RE-UE4SS-Linux/issues/new/choose) for reproducible loader bugs and +compatibility reports that should be tracked publicly. + +Community support is provided on a best-effort basis. This project is not +affiliated with or supported by the official UE4SS project or Pocketpair. + ## Contributing Changes should be narrowly scoped, reviewable, and accompanied by appropriate