Update CONTRIBUTING.md with current workflows (#6488)

This commit is contained in:
Amaury Chamayou 2024-09-20 14:41:56 +01:00 коммит произвёл GitHub
Родитель 3cf06afea5
Коммит b39fa24528
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -11,9 +11,11 @@ to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simpl
Note that we only accept pull requests from forks so please fork the CCF repository before making any changes. You should contribute your changes on a branch on that fork and create a pull request on the [microsoft/CCF repository](https://github.com/microsoft/CCF/compare) from there.
All pull requests must pass a suite of CI tests before they are merged.
Test commands are defined in [`test.yml`](https://github.com/microsoft/CCF/blob/main/.azure-pipelines-templates/test.yml), so you can locally repeat any tests which fail.
Test commands are defined in [`ci.yml`](https://github.com/microsoft/CCF/blob/main/.github/workflows/ci.yml), so you can locally repeat any tests which fail.
Code must also meet format requirements enforced by [`checks.yml`](https://github.com/microsoft/CCF/blob/main/.azure-pipelines-templates/checks.yml), which can be checked locally by running [`scripts/ci-checks.sh`]. Some formatting issues can be fixed automatically by running [`scripts/ci-checks.sh -f`].
Code must also meet format requirements enforced by [`checks`](https://github.com/microsoft/CCF/blob/main/.github/workflows/ci.yml#L20), which can be checked locally by running [`scripts/ci-checks.sh`]. Some formatting issues can be fixed automatically by running [`scripts/ci-checks.sh -f`].
Other workflows [are available](https://github.com/microsoft/CCF/blob/main/.github/workflows/README.md), and may be used to refresh base images, cut releases, or run longer or performance tests.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)