This commit is contained in:
Cody 2020-11-16 14:50:51 -08:00 коммит произвёл GitHub
Родитель 2b736afc63
Коммит f32d84a7b7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 25 добавлений и 2 удалений

27
website/docs/templates/templates.md поставляемый
Просмотреть файл

@ -24,10 +24,33 @@ keywords:
- None
## Adding a new template
## Contributing (a template)
Fork the base template, following the required structure and adapting the template. Make a PR here to add it to the appropriate list.
Copy the base template, adapting it for your scenario and following all guidelines below. Make a PR here to add it to the appropriate list.
### Principle
Less but better.
### Spirit
The spirit of AML templates includes:
- frequent and comprehensive testing
- clear separation of cloud code (job definition) and user code
- users can get up and running in 10 minutes with their own data/code
### General rules
- minimal prose
- minimalist code
- workflows re-run without failing at least daily
### Enforced naming
- repo should be published to https://github.com/Azure
- repo should be named `azureml-template-*`, using hyphens to separate words
### Additional guidance
It is best to follow the guidance from the [example repo](https://github.com/Azure/azureml-examples) where applicable.