From 04d7d79d73a3e28067624870bcee141aca9fda6b Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 23 Jul 2021 18:15:43 +0300 Subject: [PATCH] CONTRIBUTING: trivial fix --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b52001792..0f99fae98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ First, thank you for contributing! We love and encourage pull requests from everyone. Please follow the guidelines: -1. Check the open [issues](https://github.com/nspcc-dev/neo-go/issues) and +1. Check open [issues](https://github.com/nspcc-dev/neo-go/issues) and [pull requests](https://github.com/nspcc-dev/neo-go/pulls) for existing discussions. 1. Open an issue first, to discuss a new feature or enhancement. 1. Write tests, and make sure the test suite passes locally and on CI.