Parcourir la source

Add "Contact us" section to README

Mohammed Anas il y a 2 ans
Parent
commit
8044da7415
3 fichiers modifiés avec 17 ajouts et 0 suppressions
  1. 7 0
      README.md
  2. 4 0
      book/src/SUMMARY.md
  3. 6 0
      book/src/contact-us.md

+ 7 - 0
README.md

@@ -167,3 +167,10 @@ you don't have to recompile Numbat to see your changes.
 Alternatively, you can create a symlink from `~/.config/numbat/modules` to the `numbat/modules/`
 folder in the repository (see [this page](https://numbat.dev/doc/cli-customization.html#module-paths)
 for the standard paths on other operating systems).
+
+## Contact us
+
+To contact us, either [open a GitHub issue](https://github.com/sharkdp/
+numbat/issues/new/ choose) or [discussion](https://github.com/sharkdp/numbat/
+discussions), or pop into `#numbat` on [Libera.Chat](https://libera.chat) ([link
+to webchat](https://web.libera.chat/gamja/#numbat)).

+ 4 - 0
book/src/SUMMARY.md

@@ -56,3 +56,7 @@
 # Notes for developers
 
 - [Type system](./type-system.md)
+
+# Support
+
+- [Contact us](./contact-us.md)

+ 6 - 0
book/src/contact-us.md

@@ -0,0 +1,6 @@
+# Contact us
+
+To contact us, either [open a GitHub issue](https://github.com/sharkdp/numbat/issues/new/choose)
+or [discussion](https://github.com/sharkdp/numbat/discussions), or pop into
+`#numbat` on [Libera.Chat](https://libera.chat) ([link
+to webchat](https://web.libera.chat/gamja/#numbat)).