From 4542d2997a60dc09e0b9a065a1d32d99f709d525 Mon Sep 17 00:00:00 2001 From: thepriefy Date: Sun, 3 Dec 2017 16:34:13 +0700 Subject: [PATCH] issue #1914 docs/support.md should exist --- .github/CONTRIBUTING.md | 3 +++ .github/SUPPORT.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/SUPPORT.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..b553c8d1 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,3 @@ +## Contributing + +There's a [Contributing FAQ](https://mithril.js.org/contributing.html) on the mithril site that hopefully helps, but if not definitely hop into the [Gitter Room](https://gitter.im/mithriljs/mithril.js) and ask away! \ No newline at end of file diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 00000000..8ed1ebe1 --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,3 @@ +## Getting Help + +Mithril has an active & welcoming community on [Gitter](https://gitter.im/mithriljs/mithril.js), or feel free to ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/mithril.js) using the `mithril.js` tag. \ No newline at end of file