From 7a7f99e807f60bde592e68d4a9e023727540d9e3 Mon Sep 17 00:00:00 2001 From: Jennifer Hasegawa Date: Wed, 24 Oct 2018 10:08:26 -0700 Subject: [PATCH] elliot feedback --- content/use-cases/contribute-code-to-ripple-lib.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/use-cases/contribute-code-to-ripple-lib.md b/content/use-cases/contribute-code-to-ripple-lib.md index 0ae4a39bd5..ee7c098805 100644 --- a/content/use-cases/contribute-code-to-ripple-lib.md +++ b/content/use-cases/contribute-code-to-ripple-lib.md @@ -51,12 +51,14 @@ Before you start contributing code to `ripple-lib,` take some time to familiariz ## Contribute code -Now that you have a handle on `ripple-lib`, you may have ideas for how to improve it. Perhaps you’re developing on the XRP Ledger and want to contribute some code that enables `ripple-lib` to provide a feature your application needs. +Now that you have a handle on `ripple-lib`, you may have ideas for how to improve it. + +Perhaps you’re developing on the XRP Ledger and want to contribute some code that enables `ripple-lib` to provide a feature your application needs. + +Need some inspiration? Take a look at our list of [Help Wanted issues](https://github.com/ripple/ripple-lib/issues?utf8=%E2%9C%93&q=label%3A%22help+wanted%22). Access the `ripple-lib` repo and open an issue or pull request. -Looking for ideas about how you can help? Take a look at our list of [Help Wanted issues](https://github.com/ripple/ripple-lib/issues?utf8=%E2%9C%93&q=label%3A%22help+wanted%22). - {{n.next()}}