fonzdm / servarr

Servarr - Stack Deployment with Helm
GNU Affero General Public License v3.0
6 stars 1 forks source link

Repository structure refactoring #13

Closed imgios closed 7 months ago

imgios commented 7 months ago

The project repository has been refactored to the following structure:

.github/
  ...
servarr/
  Chart.yaml
  ...
.gitignore
CONTRIBUTING.md
README.md
LICENSE

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.

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