AlexTelon / FlexiCharge-Org

FlexiCharge Organization repo
3 stars 45 forks source link

Added myself to x-platform members #25

Closed AntonThoresson closed 1 year ago

AlexTelon commented 1 year ago

I honestly dont like the formating fix here. I mean I can see it being nicer to look at the raw markdown this way so I can see the rationale.

But trying to keep all tables aligned right now will cause more work than its worth. And every time someone adds a longer name they have to update the table around them.

The right solution would be to add a formater tool like black but for markdown that does this automatically. If one cares to keep the source aligned. But as it does not affect the generated page its not that important for a document that will change a lot.

So for now i want small git diffs. Meaning if you add one line you should not have to change other lines. It makes the changes easier to review for me and it minimizes the risk of others having to rebase after your merge.

Besides the github action that adds you as a collaborator to a team checks the git diff for who was added and its hardcoded to assume that only one person is added at a time. So this change would not work.

So please only make the change where your name is added.