From 2fc9b1689732a4904c03be0375a2c08c015e417a Mon Sep 17 00:00:00 2001 From: TrentinTheKid <25537885+TrentinTheKid@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:06:30 -0400 Subject: [PATCH] Add another question --- docs/faq.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/faq.mdx b/docs/faq.mdx index c64413dc57..96b50706c4 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -27,4 +27,18 @@ If you do not update your server information, your pull request will be denied. Don't know how to create a fork? [Click here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)! + + +
+Why was my Pull Request (PR) closed? + +We only close pull request in the following events; + +- Our team or automated bot requested changes you have not addressed and resolved within 48 hours. +- You deleted, modified, or added unnecessary files. +- If your pull request contained too many error. Unfortunately, if your pull request contains too many issues we might close it. +- Your pull request contained copyrighted, stolen, or proprietary images, code, text, or brands. + +We recommend you create your pull request once you're ready to have it merged. If you pull request has been closed, you may reopen it at anytime. +
\ No newline at end of file