diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..be54c66 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing +This is a little guide to help you contribute to the editor. Check the README for +build/install instructions. + +## Creating Issues +Reporting bugs alone is a great help. If you catch anything please report it +into the issue tracker. It's appreciated if you check that you are not reporting +a bug that has been reported before. \ No newline at end of file diff --git a/DOCS.md b/DOCS.md new file mode 100644 index 0000000..3aa0499 --- /dev/null +++ b/DOCS.md @@ -0,0 +1,12 @@ +# Documentation +This file is documentation for the editor itself. It covers: + +* a list of commands availible; +* configuration options; and +* adding new syntax configurations to the editor; + +Contributions to this are welcome. Note: due to the volatility +of the editor, this documentation will be outdated, have mistakes, +spelling errors, and more. + +## Index \ No newline at end of file