From 97c19260d19bbafb39559304662b3678747b6b66 Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Sat, 14 Aug 2021 15:02:38 +0530 Subject: [PATCH] Rename contribution guideline file name :truck: --- CONTRIBUTION.md => CONTRIBUTING.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTION.md => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTION.md b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTION.md rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 67b12928..3bed2add 100644 --- a/README.md +++ b/README.md @@ -111,5 +111,5 @@ var complexFiler = new CompoundFilter( ## Contribution Guideline -Hello! Thank you for choosing to help contribute to this open source library. There are many ways you can contribute and help is always welcome. You can read the detailed [Contribution Guideline](https://github.com/notion-dotnet/notion-sdk-net/blob/main/CONTRIBUTION.md) defined here - we will continue to improve it. +Hello! Thank you for choosing to help contribute to this open source library. There are many ways you can contribute and help is always welcome. You can read the detailed [Contribution Guideline](https://github.com/notion-dotnet/notion-sdk-net/blob/main/CONTRIBUTING.md) defined here - we will continue to improve it.