Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
103 stars 10 forks source link

Spacing issues on CONTRIBUTORS.md #35

Closed Tech-FZ closed 1 year ago

Tech-FZ commented 1 year ago

While we do have a new contributor now, I forgot I have to leave a blank line between two other lines. However, as it doesn't affect functionality, this is only a very minor issue compared to some severe 32-bit MIPSel bugs on EmuGUI.

BasDeGamer commented 1 year ago

Can you tell me exaclty what spacing issues there are?

Tech-FZ commented 1 year ago

As @BasDeGamer asked, here is the exact problem: I forgot a blank line before mentioning the new contributor. That causes CONTRIBUTORS.md to be like this:

EmuGUI Contributors Nicolas Lucien/Tech-FZ BasDeGamer

However, it should be like this:

EmuGUI Contributors Nicolas Lucien/Tech-FZ BasDeGamer

This spacing issue affects the list of contributors on both GitHub and Codeberg but can easily be fixed by adding a blank line before "BasDeGamer".

BasDeGamer commented 1 year ago

Oh apparently I clicked the wrong file "changelog.md". That's why I couldn't find the spacing issue. I didn't realise I was looking in the wrong file.

Tech-FZ commented 1 year ago

Don't worry, you fixed the right file, @BasDeGamer - This issue can now be closed.