From 56972a811c4b7bd50de6c365a8aefa17a267c47b Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 19 Nov 2025 14:47:47 +0500 Subject: [PATCH] readme: better wording [skip ci] --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 876a5170..3ea8ab6b 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,12 @@ For additional info, run Xash3D with `-help` command line key. 1) Copy `valve` directory to a folder named `xash` in the Internal storage. 2) Run games from within the app. -## Contributing -* Before sending an issue, check if someone already reported your issue. Make sure you're following "How To Ask Questions The Smart Way" guide by Eric Steven Raymond. Read more: http://www.catb.org/~esr/faqs/smart-questions.html. +## Reporting issues * Issues are accepted in both English and Russian. -* Before sending a PR, check if you followed our contribution guide in CONTRIBUTING.md file. +* They are only accepted if you run legally acquired product (e.g. Half-Life in Steam). + +## Contributing code +* Check the CONTRIBUTING.md file. ## Build instructions We are using Waf build system. If you have some Waf-related questions, I recommend you to read [Waf Book](https://waf.io/book/).