From ba933694152618017fbe95ff1510022e0b44e1ca Mon Sep 17 00:00:00 2001 From: Dunsin <78784850+Dun-sin@users.noreply.github.com> Date: Sun, 1 Oct 2023 06:42:47 +0100 Subject: [PATCH] docs: Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b01e293..c693b013 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,13 @@ - Don't work on the main branch, create your own branch by following the instructions [here](#-how-to-make-a-pull-request) +- If there's no activity on an issue/pull request in one week, it gets closed and the person can't have it resigned to them, make sure to give updates on things so maintainers don't think you aren't doing anything. + + + + + + - Fill out issue and pull request(PR) templates properly, if you don't know how, check out previous issues/PR to know how they are filled, this video👇🏾 or [this](#-how-to-fill-a-pull-request-templatetext) #### 👌🏾 How to fill a pull request template(video)