Is your feature request related to a problem? Please describe.
This project has no language associated with it in the GitHub linguist, but consists almost entirely of Markdown content.
Describe the solution you'd like
Create a .gitattributes file with the following contents:
# Markdown
*.md linguist-detectable=true
*.md linguist-documentation=false
Describe alternatives you've considered
No other alternatives are available on GitHub.
Additional context
It feels like an incomplete project without an associated language. Recognizing as Markdown can also slightly boost project recognition, and will make the project feel more complete.