aboutsummaryrefslogtreecommitdiffstats
path: root/guide/src/sw_contribute.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-10-02 00:12:57 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-10-02 00:12:57 -0700
commitc5fdad74622350e7445a962f96975348a964018d (patch)
tree596cffd9b2af9421e81da0d3348924188b76b5b2 /guide/src/sw_contribute.md
parent95bcef522ba3cdb32fc60078caec38855506c814 (diff)
downloadfatcat-c5fdad74622350e7445a962f96975348a964018d.tar.gz
fatcat-c5fdad74622350e7445a962f96975348a964018d.zip
update 'contributing' page in guide
Diffstat (limited to 'guide/src/sw_contribute.md')
-rw-r--r--guide/src/sw_contribute.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/guide/src/sw_contribute.md b/guide/src/sw_contribute.md
deleted file mode 100644
index d408ef4b..00000000
--- a/guide/src/sw_contribute.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Software Contributions
-
-For now, issues and patches can be filed at <https://github.com/internetarchive/fatcat>.
-
-The back-end (`fatcatd`, in Rust), web interface (`fatcat-web`, in Python),
-bots, and this guide are all versioned in the same git repository.
-
-See the `rust/README.md` and `rust/HACKING.md` documents for some common tasks
-and gotchas when working with the rust backend.
-
-When considering making a non-trivial contribution, it can save review time and
-duplicated work to post an issue with your intentions and plan. New code and
-features must include unit tests before being merged, though we can help with
-writing them.