From 517387fba0ba1794f84c03741cdc35bfe146d076 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 19 Oct 2020 09:11:14 +0300 Subject: [PATCH] Docs: rely on GitHub issues only for contact [skip ci] --- README.md | 14 -------------- doc/Contact.md | 15 --------------- doc/template/header.tmpl | 1 - 3 files changed, 30 deletions(-) delete mode 100644 doc/Contact.md diff --git a/README.md b/README.md index fc56507..8433530 100644 --- a/README.md +++ b/README.md @@ -98,20 +98,6 @@ a comparison:
-## Contact and development - -Don't hesitate to contact me about features or bugs: -[antonbachin@yahoo.com][email], or open an issue on GitHub. - -If you'd like to help develop Better Enums, see [`CONTRIBUTING`][contributing]. -One area that could use fresh ideas is finding a compile-time data structure -that both compiles quickly and allows lookup in sub-linear time. - -[email]: mailto:antonbachin@yahoo.com -[contributing]: https://github.com/aantron/better-enums/blob/master/doc/CONTRIBUTING.md - -
- ## History The original version of the library was developed by the author in the winter of diff --git a/doc/Contact.md b/doc/Contact.md deleted file mode 100644 index 0fd9d36..0000000 --- a/doc/Contact.md +++ /dev/null @@ -1,15 +0,0 @@ -## Contact - -- Send me an email: [antonbachin@yahoo.com](mailto:antonbachin@yahoo.com). -- Visit the [GitHub]($repo) project to open an issue or get a development - version. - -I'm happy to hear any feedback. If you have any trouble using the library or -parsing the documentation, please don't hesitate to let me know. I'd also be -interested to hear about your use case, if you are willing to share :) - -And, if you find this library helpful, give it a star on GitHub to let me know -you use it :) - -%% description = -Contact information for Better Enums bugs, issues, support, and feedback. diff --git a/doc/template/header.tmpl b/doc/template/header.tmpl index be282ba..4030aef 100644 --- a/doc/template/header.tmpl +++ b/doc/template/header.tmpl @@ -25,7 +25,6 @@ $ga Home Tutorial Reference - Contact