summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-05-02 23:54:10 -0400
committerGitHub <noreply@github.com>2020-05-02 23:54:10 -0400
commit39d7450aad1f9554a04d69ae655507eef0f3cac1 (patch)
tree224a86904999fad1600020fb8a66c3a523dc1fb4 /CONTRIBUTING.md
parent2828449544b4ad5fbfdc6be21b85bd23b0a13e7c (diff)
parent5636f866567411e583118b63c29ec2659eae8da9 (diff)
Merge pull request #139 from ClementTsang/improve_searching
Improve searching
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5ab00396..96250ae6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -42,6 +42,9 @@ If you want to help contribute by submitting a PR, by all means, I'm open! In re
- You can check clippy using `cargo +nightly clippy`.
+- You may notice that I have fern and log as dependencies; this is mostly for easy debugging via the `debug!()` macro. It writes to the
+ `debug.log` file that will automatically be created if you run in debug mode (so `cargo run`).
+
And in regards to the pull request process:
- Create a personal fork of the process and PR that, as per the [fork and pull method](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models).