From 7c54ea2f13679fa7d474aeb5e28e1b425bfc6f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PSBigBig=20=C3=97=20MiniPS?= Date: Wed, 4 Mar 2026 16:28:01 +0800 Subject: [PATCH] Create ISSUE_POLICY.md --- ISSUE_POLICY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ISSUE_POLICY.md diff --git a/ISSUE_POLICY.md b/ISSUE_POLICY.md new file mode 100644 index 00000000..ddebcbea --- /dev/null +++ b/ISSUE_POLICY.md @@ -0,0 +1,16 @@ +# Issue Policy + +To keep the repository useful for everyone, please follow these guidelines. + +## Be respectful +Discussions should remain respectful and constructive. + +## Provide reproducible information +If reporting a problem, include enough context for others to reproduce it. + +## Check documentation first +Before opening an issue, please review: + +- README +- ProblemMap documentation +- Existing issues