ossf / great-mfa-project

The Great Multi-Factor Authentication (MFA) Distribution Project of the Open Source Security Foundation (OpenSSF). We work to distribute hardware MFA tokens to critical open source software (OSS) projects.
Other
52 stars 14 forks source link

Use long lines in the .txt file #38

Closed david-a-wheeler closed 2 years ago

david-a-wheeler commented 2 years ago

The .txt file works in GitHub issues, but the markdown variant used by GitHub issues forces line returns when the text file does (which isn't true for "normal" markdown). Thus, text files with lots of line break look funny in it.

This commit merges the lines of a parapgraph into a single long line. This works in both GitHub issues markdown and in email. The goal is to have a single form we can use everywhere.

This also removes the intro comment about needing to handle validation codes; our text now does handle validation codes.

Signed-off-by: David A. Wheeler dwheeler@dwheeler.com

david-a-wheeler commented 2 years ago

Greg K-H reports the long lines don't help, so let's drop this idea.