From 1e32ad9493025c8237fa6899669c61ee8cfa29ed Mon Sep 17 00:00:00 2001 From: "jaehyeon.kim" Date: Wed, 5 Jun 2024 19:03:13 +0900 Subject: [PATCH] Fix README.md contribution default branch name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3186bdc7..8599c239 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ You can find the user guide at the following location link. Scavenger welcomes any contributions from users.
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests: -1. Fork the repo and create your branch from master. +1. Fork the repo and create your branch from develop. 2. If you've added code that should be tested, add tests. 3. Ensure the test suite passes. 4. Issue that pull request!