-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean Up Repository #52
Comments
Nice idea, but I did try that. |
Maybe let's make a |
Nonono, you understood me wrong. We can keep the files seperate, just move them all in one folder |
Yeah, will do
No, because it is not python convention to put in in a folder
Yes, will do |
I hate the GitHub UI. Makes it hard to locate new comments while on that page. They need to fix that. |
Well, we would have 4 less files in the root dir |
Those files must be in the repo dir. Don't blame me, it's GitHub convention. |
Great, I'll edit this in the |
Also, don't get me wrong, I am putting a collapsor via HTML so that we could save some screen space. |
wut |
Epic |
Following conventions might give you a solid five-star rating since everything is organized. That's my motto. I like a neat workspace, it's a habit. |
Moreover, the collapsor is literally this: <details>
<summary>Short title</summary>
Start details after a space to format Markdown.
End with a space.
</details> Done. |
If you see any big python repos, the requirements file is NEVER in a folder |
They just keep them in a file and make sure they use cross-platform modules. |
but we have 3 of them |
I think it's best to let them be. |
I'm also helping here. Basically, I think cleaning up the repo would also include organizing the files, so I am also assigning this to myself. |
The repository definitely needs some cleaning. Its just a big mess atm. A few things i suggest doing:
Remove the
.vscode
folder since it isnt neededPut all the
requirements*.txt
in a singledependencies
folder (dont forget to update the docs)Rename the
docs
folder towebsite
, create a new folder calleddocs
and putCODE_OF_CONDUCT.md
,CONTRIBUTING.md
,LICENSE
,README.md
in itMaybe delete the
Scripts
folder? (idk what its used for)The text was updated successfully, but these errors were encountered: