From f1b7c3475e922070361a14b08ce5e14cf6f3d2be Mon Sep 17 00:00:00 2001 From: Jones Date: Mon, 23 Jun 2025 19:42:11 +0930 Subject: [PATCH] fix: tell people to fork it from 'main' not 'master' since when was it called "master"??? --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57d853e3..4bdbd68b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ If you're interested in creating plugins for BetterSEQTA+, check out our plugin ## Pull Request Process 1. It is recommended to start by opening an issue to discuss the change you wish to make. This will allow us to discuss the change and ensure it is a good fit for the project. -2. Fork the repo and create your branch from `master`. +2. Fork the repo and create your branch from `main`. 3. When writing your pull request, make sure to use the pull request template. ### Pull Request Template