From: Gustav Westling Date: Sun, 30 Jul 2017 20:14:22 +0000 (+0200) Subject: .github: add .md extension to SUPPORT file X-Git-Tag: go1.9rc2~1^2~27 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=31b2c4cc255b98e4255854a008c0c9b53ad4fd26;p=gostls13.git .github: add .md extension to SUPPORT file This makes GitHub render the markdown file automatically on their web UI. SUPPORT.md is the recommended file name according to the GitHub documentation: https://help.github.com/articles/adding-support-resources-to-your-project/ Fixes #21223 Change-Id: I9f9b9daced9c29a16850e8c446656f353f50b1ae Reviewed-on: https://go-review.googlesource.com/52013 Reviewed-by: Brad Fitzpatrick --- diff --git a/.github/SUPPORT b/.github/SUPPORT.md similarity index 100% rename from .github/SUPPORT rename to .github/SUPPORT.md