In the first level (root) we have just repo-related files, such as .github, README.md, and so on. Then we have the servarr/ directory that contains the servarr Helm Chart.
What is the current behavior? (You can also link to an open issue here)
A bit messy, everything in the root is both related to the repository and the Helm Chart.
What is the new behavior (if this is a feature change)?
A kind of separation between repository-related files and the Helm Chart itself.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Please check if the PR fulfills these requirements
[x] The branch naming convention follows our guidelines
[x] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
The project repository has been refactored to the following structure:
In the first level (root) we have just repo-related files, such as
.github
,README.md
, and so on. Then we have theservarr/
directory that contains the servarr Helm Chart.A bit messy, everything in the root is both related to the repository and the Helm Chart.
A kind of separation between repository-related files and the Helm Chart itself.
I guess no?
None