aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-05 21:54:35 -0700
committerFuwn <[email protected]>2021-06-05 21:54:35 -0700
commit8ffc66459323335b6c162d2230d9a05e5b07d037 (patch)
tree6293996591059a9528f09de74590397af6bd1183
parentchore(build): delete backup file (diff)
downloadwhirl-8ffc66459323335b6c162d2230d9a05e5b07d037.tar.xz
whirl-8ffc66459323335b6c162d2230d9a05e5b07d037.zip
docs(contributing): md -> rst
-rw-r--r--CONTRIBUTING.md9
-rw-r--r--CONTRIBUTING.rst14
2 files changed, 14 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index e06a6a4..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Contribution Guidelines
-This document isn't very well detailed at the moment...
-
-## Guidelines
-1. Make sure your PR compiles. If the GitHub action "Rust ✅/ 🚫" fails, your PR will be declined.
-2. Make sure your commit changes something other than just formatting.
-3. If you change updates any of the `Cargo.toml` files, make sure to
- [install](https://github.com/est31/cargo-udeps#installation) and run `cargo +nightly udeps` to
- make sure there aren't any unused dependencies.
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..225997f
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,14 @@
+Contribution Guidelines
+=======================
+
+This document isn't very well detailed at the moment...
+
+Guidelines
+----------
+
+1. Make sure your PR compiles. If the GitHub action "Rust ✅/ 🚫" fails, your PR
+ will be declined.
+2. Make sure your commit changes something other than just formatting.
+3. If you change updates any of the :code:`Cargo.toml` files, make sure to
+ `install <https://github.com/est31/cargo-udeps#installation>`_ and run
+ :code:`cargo +nightly udeps` to ensure there aren't any unused dependencies.