diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-14 16:19:26 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-14 16:19:26 -0800 |
commit | 70b4bc18b13f59c9d42c8e44ef872dfd2e1abef3 (patch) | |
tree | 1c4706394047bce6a086228e2efe8632d8bc1a23 /guide/src/sw_contribute.md | |
parent | 56edebe7c2e090c4f25179f03a2d77d78ba59219 (diff) | |
download | fatcat-70b4bc18b13f59c9d42c8e44ef872dfd2e1abef3.tar.gz fatcat-70b4bc18b13f59c9d42c8e44ef872dfd2e1abef3.zip |
more guide tweaks; not a full review/rewrite
Diffstat (limited to 'guide/src/sw_contribute.md')
-rw-r--r-- | guide/src/sw_contribute.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/guide/src/sw_contribute.md b/guide/src/sw_contribute.md index 999b2149..d408ef4b 100644 --- a/guide/src/sw_contribute.md +++ b/guide/src/sw_contribute.md @@ -2,13 +2,13 @@ For now, issues and patches can be filed at <https://github.com/internetarchive/fatcat>. -To start, the back-end (fatcatd, in rust), web interface (fatcat-web, in -python), bots, and this guide are all versioned in the same git repository. +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` and `rust/HACKING` documents for some common tasks and -gotchas when working with the rust backend. +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 will need to include unit tests before being merged, though we can -help with writing them. +features must include unit tests before being merged, though we can help with +writing them. |