Merge pull request #315 from Jones8683/main

fix: tell people to fork it from 'main' not 'master'
This commit is contained in:
Seth Burkart
2025-06-25 13:49:58 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+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
+1 -1
View File
@@ -68,7 +68,7 @@ export function OpenWhatsNewPopup() {
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;"> <div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
<h1>3.4.8 - Improvements!</h1> <h1>3.4.8 - Improvements!</h1>
<li>Added new assessments kanban overview</li> <li>Added new assessments kanban overview</li>
<li>Added custom pictures</li> <li>Added custom profile pictures</li>
<li>Added custom shortcut icons</li> <li>Added custom shortcut icons</li>
<li>Added modern and animated notices on homepage</li> <li>Added modern and animated notices on homepage</li>
<li>Improved global search performance and bug fixes</li> <li>Improved global search performance and bug fixes</li>