From 3c9c47b375e3f7203afc03b37a7e9e38d3c4d378 Mon Sep 17 00:00:00 2001 From: violetadev Date: Mon, 9 Sep 2024 01:49:57 +0200 Subject: [PATCH] add extra information to contributing guidelines --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c11f11807..227db3810 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,10 +3,19 @@ Contributions are welcome and always appreciated! +To begin working on an issue, simply leave a comment indicating that you're taking it on. There's no need to be officially assigned to the issue before you start. + +### Before Starting Do keep in mind before you start working on an issue / posting a PR: - Search existing PRs related to that issue which might close them - Confirm if other contributors are working on the same issue +### Tips & Things to Consider +- We are active in Discord and can help out if you get stuck, [join us!](https://responsively.app/join-discord) +- PRs with tests are highly appreciated +- Avoid adding third party libraries, whenever possible +- Unless you are helping out by updating dependencies, you should not be uploading your yarn.lock or updating any dependencies in your PR + ## Run Locally Ensure you have the following dependencies installed: - Install `node` and `yarn`