Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permalink: /faq
- [Another security project has a feature that's missing in secureblue, can you add it?](#feature-request)
- [How do I get notified of new releases?](#releases)
- [What do the GitHub releases involve?](#release-content)
- [How do you write the project name?](#secureblue-stylization)

- [System information](#system)
- [Why is Flatpak included? Should I use Flatpak?](#flatpak)
Expand Down Expand Up @@ -147,6 +148,11 @@ If you prefer to use an Atom feed, supported by many RSS clients, you can use th

Substantial testing for new changes is done in the `staging` and `next` branches. However, once a commit is merged into `live`, a new set of builds is immediately generated and deployed. As such, the GitHub releases are an informational measure to track progress and communicate changes to users. This is only the case for the secureblue main repo, it isn't the case for Trivalent. For Trivalent, GitHub releases correspond to RPM releases to the RPM repo.

### [How do you write the project name?](#secureblue-stylization)
{: #secureblue-stylization}

secureblue should always be written as one lowercase word, even at the beginning of sentences. If it is absolutely mandatory, such as when title casing is strictly enforced, "Secureblue" is acceptable. It would be incorrect to write it in mixed case like "SecureBlue" or as separate words like "secure blue".

<hr>

## [System information](#system)
Expand Down