diff options
author | Erik Johnston <erikj@jki.re> | 2018-04-20 13:02:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 13:02:24 +0100 |
commit | bdb7714d133f8e835c0e933802890acd979143ca (patch) | |
tree | c2db3eedeb8fa8e3965fe55910486521cdc43fda /contrib/README.rst | |
parent | Merge pull request #3093 from matrix-org/rav/response_cache_wrap (diff) | |
parent | Document contrib directory (diff) | |
download | synapse-bdb7714d133f8e835c0e933802890acd979143ca.tar.xz |
Merge pull request #3125 from matrix-org/erikj/add_contrib_docs
Document contrib directory
Diffstat (limited to 'contrib/README.rst')
-rw-r--r-- | contrib/README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/README.rst b/contrib/README.rst new file mode 100644 index 0000000000..c296c55628 --- /dev/null +++ b/contrib/README.rst @@ -0,0 +1,10 @@ +Community Contributions +======================= + +Everything in this directory are projects submitted by the community that may be useful +to others. As such, the project maintainers cannot guarantee support, stability +or backwards compatibility of these projects. + +Files in this directory should *not* be relied on directly, as they may not +continue to work or exist in future. If you wish to use any of these files then +they should be copied to avoid them breaking from underneath you. |