Update link to Q# style guide (#91)

This commit is contained in:
Mariia Mykhailova 2019-04-08 10:30:15 -07:00 коммит произвёл GitHub
Родитель 1c2e26528a
Коммит 72451eda7f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -57,7 +57,7 @@ If the topic you want is not claimed, or is not on the list, go ahead and let us
### Style Guide
* We try to adhere to [the general Q# Style Guide](https://github.com/Microsoft/Quantum/blob/master/Docs/style-guide.md) in our Q# code.
* We try to adhere to [the general Q# Style Guide](https://docs.microsoft.com/quantum/contributing/style-guide) in our Q# code.
* We also try to maintain a uniform style across the katas and most importantly within each kata.
If you're adding a new task to an existing kata, it should be styled the same way as the rest of its tasks.
If you're creating a new kata, model it after the style of the existing katas.