We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84fd9a commit 7cfdd35Copy full SHA for 7cfdd35
CONTRIBUTING.md
@@ -0,0 +1,13 @@
1
+# Contributing to the Anathema Guide
2
+
3
+Base your fork on the "dev" branch:
4
+```
5
+git clone https://github.com/togglebyte/anathema-guide
6
+git switch dev
7
8
9
+Submit any PR to be merged back into the "dev" branch.
10
11
+## Getting help
12
13
+For help ask on [Discord](https://discord.gg/yZgdmXKf6p).
README.md
@@ -1,3 +1,7 @@
# Anathema guide
[The Guide](https://togglebyte.github.io/anathema-guide/) to using the Anathema TUI library.
+## Contributing
+See `CONTRIBUTING.md`
0 commit comments