From 86059af1ff309ac648fb3f8ef65d58f5bb34222b Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Wed, 15 May 2019 13:39:36 -0400 Subject: [PATCH] Google Style Guide Links (#8) Added links to the Google Style Guide. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 911f857..a7bc2d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,8 @@ feedback. **Code Style Violations** - Feignx follows the Google Style Guide. Please ensure that your changes adhere to these guidelines. + Feignx follows the [Google Style Guide](https://google.github.io/styleguide/javaguide.html). Please ensure that your changes + adhere to these guidelines. The build will report any violations and how to correct them. **License Violations**