Fixed broken link in CONTRIBUTING.md (#9518)

Fixed link to PULL_REQUEST_TEMPLATE.md in CONTRIBUTING.md
This commit is contained in:
thisisthekap 2020-02-12 02:42:58 +01:00 коммит произвёл GitHub
Родитель 2ed878624f
Коммит feb457eb09
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/CONTRIBUTING.md поставляемый
Просмотреть файл

@ -23,7 +23,7 @@ Follow the style used by the [.NET Foundation](https://github.com/dotnet/corefx/
- We do not use the `private` keyword, as it is the default accessibility level in C#.
- We use hard tabs over spaces.
Read and follow our [Pull Request template](https://github.com/xamarin/Xamarin.Forms/blob/master/PULL_REQUEST_TEMPLATE.md).
Read and follow our [Pull Request template](PULL_REQUEST_TEMPLATE.md).
### Pull Request Requirements