Add info on slack channel and zoom meeting (#209)

Signed-off-by: Dave Thaler <dthaler@ntdev.microsoft.com>

Co-authored-by: Alan Jowett <alanjo@microsoft.com>
This commit is contained in:
Dave Thaler 2021-05-21 11:32:50 -07:00 коммит произвёл GitHub
Родитель a3f5150f91
Коммит d9ee25f035
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -45,6 +45,10 @@ To try out this project, see our [Getting Started Guide](docs/GettingStarted.md)
Want to help? We welcome contributions! See our [Contributing guidelines](CONTRIBUTING.md).
Want to chat with us? We have a:
* [Slack channel](https://slack.com/app_redirect?channel=ebpf-for-windows)
* Zoom meeting for github issue triage: see [meeting info](https://github.com/microsoft/ebpf-for-windows/issues/162)
## Frequently Asked Questions
### 1. Is this a fork of eBPF?

Просмотреть файл

@ -40,7 +40,7 @@ Header Files
in alphabetical order where possible. This helps ensure there are not duplicate includes,
and also helps ensure that headers are usable directly.
* Use `#pragma once` in all header files, rather than using ifdefs to test for duplicate inclusion.
* **DO** use `#pragma once` in all header files, rather than using ifdefs to test for duplicate inclusion.
Style Guide
-----------