fix: tell people to fork it from 'main' not 'master'

since when was it called "master"???
This commit is contained in:
Jones
2025-06-23 19:42:11 +09:30
committed by GitHub
parent 964a026e7a
commit f1b7c3475e
+1 -1
View File
@@ -21,7 +21,7 @@ If you're interested in creating plugins for BetterSEQTA+, check out our plugin
## Pull Request Process ## 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. 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. 3. When writing your pull request, make sure to use the pull request template.
### Pull Request Template ### Pull Request Template