[Feature] The file structure in the repository can be improved. #287
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Problem
At present, some files in the codebase are scattered and not organized properly. These are not intuitive for the first time contributors and can make them confused. Re-structuring the codebase can make it more maintainable and collaborative.
Description
For example, the
style.css
file lies in thedocs/
directory, at the same level as some of the pages of website likeall.html
andsubmission.html
. Furthermore, images and downloadable PDFs are also lying in thedocs/
directory. These can be segregated from the rest of the files by placing inside an_assets
folder. The html pages can also be grouped into one_pages
directory.Implementation
The text was updated successfully, but these errors were encountered: