From cf1bd8799769d9b7ac764ac85ec644dde121a96f Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Wed, 21 Dec 2022 01:17:40 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 736e7a2..f3cf59a 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,7 @@ export const config = { ``` 3. Start your proxy by running `node index.js`. 4. Connect to your server. For the server address, use the folllowing format: `ws://:`. If you are using encryption, replace `ws://` with `wss://`. +### Creating Issues +When creating a new issue, please: +- Refrain from opening duplicate issues. If your issue is already there, please join in on the conversation there instead! +- Provide a brief description of the issue, what you expected, and what you got instead. Avoid unhelpful and overly short summaries - we need to know what's wrong!