Adding new templates to enable faster triage and response time.
This commit is contained in:
Setu Chokshi 2022-11-28 15:25:31 +08:00
Родитель b30c96f515
Коммит 9ce9313464
5 изменённых файлов: 151 добавлений и 0 удалений

7
.github/ISSUE_TEMPLATE/config.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,7 @@
blank_issues_enabled: false
- name: Azure ML CLI issues.
url: https://github.com/azure/azure-cli-extensions/issues/new/choose
about: Please open issues with the Azure ML CLI extension here.
- name: Azure ML Python SDK issues.
url: https://github.com/azure/azure-sdk-for-python/issues/new/choose
about: Please open issues with the Azure ML Python SDK here.

29
.github/ISSUE_TEMPLATE/feature-request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,29 @@
---
name: Request or suggest a new solution accelerator or a new feature.
about: Have an idea for a new solution accelerator or a new feature?
title: '[new accelerator] <title>'
labels: ['New Feature', 'Needs Triage']
assignees: 'setuc'
---
body:
- type: textarea
attributes:
label: Why doesn't an existing solution accelerator work?
description: |
Concisely explain why a new solution accelerator is needed.Concisely explain why a new solution accelerator is needed.
validations:
required: true
- type: textarea
attributes:
label: What work is needed?
description: |
Concisely explain the infrastructure and MLOps work needed. Include as much detail as possible in how this would fit into the overall solution accelerator.
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue that you are encountering!

94
.github/ISSUE_TEMPLATE/repository-issue.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,94 @@
---
name: Bug Report
description: Create a report to help us reproduce and correct the bug or the issue at hand.
labels: ['Bug', 'Needs Triage']
assignees: 'setuc'
---
body:
- type: markdown
attributes:
value: >
#### Before submitting a bur or an issue, please make sure the issue hasn't been already
addressed by searching through [the past issues](https://github.com/Azure/mlops-v2/issues).
- type: textarea
attributes:
label: Describe the bug or the issue that you are facing
description: >
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Steps/Code to Reproduce
description: |
Please add the steps required for us to reproduce the issue. We acknowledge that some of the information cannot be shared, but it really helps us to quickly
identify the issue, able to reproduce the issue/bug/problem, and help analyze the root cause. Giving vague ideas, or sharing screenshots wihout any details doesnt help and will increase the effort and time required to pin point the issue and develop a fix.
placeholder: |
```
Sample steps to reproduce the problem.
```
validations:
required: true
- type: textarea
attributes:
label: Expected Output
description: >
Please paste or describe the expected output. Explanation with a screenshot will be helpful.
placeholder: >
Example: No error is thrown.
validations:
required: true
- type: textarea
attributes:
label: Versions
description: |
Azure DevOps or GitHub Actions. Which release are you using? Are you working off the main branch of our repository?
Bicep or Terraform
Azure ML CLI or Azure ML SDK. Please add the version that you are using
Examples: Pre built examples from Tabular, Computer Vision (CV), Natural Language Processing (NLP), or your own example
validations:
required: true
- type: dropdown
id: MLOps Platform
attributes:
label: Which platform are you using for deploying your infrastrucutre?
options:
- Azure DevOps (ADO)
- GitHub Actions (GitHub)
- Others
validations:
required: true
- type: textarea
attributes:
label: If you mentioned Others, please mention which platformm are you using?
- type: dropdown
id: Infrastructure as Code (IaC)
attributes:
label: What are you using for deploying your infrastrucutre?
options:
- Bicep
- Terraform
- Pre-Deployed
validations:
required: true
- type: dropdown
id: CLISDK
attributes:
label: Are you using Azure ML CLI v2 or Azure ML Python SDK v2
options:
- Azure ML CLI v2
- Azure ML Python SDK v2
validations:
required: true
- type: textarea
attributes:
label: Describe the example that you are trying to run?
description: |
Examples: Pre built examples from Tabular, Computer Vision (CV), Natural Language Processing (NLP), or your own example
validations:
required: true
- type: markdown
attributes:
value: >
Thank you 👍!

16
.github/PULL_REQUEST_TEMPLATE.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,16 @@
# PR Summary into Azure/mlops-project-template
## Checklist
I have:
- [ ] read and followed the contributing guidelines
- [ ] PR has a meaningful title
- [ ] Summarized the changes
- [ ] PR is ready to merge and NOT ** WORK IN PROGRESS **
## Changes
-
fixes #

5
.vscode/settings.json поставляемый Normal file
Просмотреть файл

@ -0,0 +1,5 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-issue-config.json": "file:///c%3A/Users/setuchokshi/OneDrive%20-%20Microsoft/01.%20Projects/52.%20MLOps%20v2.0/04.%20Work/mlops-v2/.github/ISSUE_TEMPLATE/config.yml"
}
}