Skip to content

Commit

Permalink
Merge pull request #24 from Azure/github_templates
Browse files Browse the repository at this point in the history
Adding the github templates
  • Loading branch information
setuc authored Jun 3, 2022
2 parents 22f73f6 + f05063e commit 224f2e7
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
blank_issues_enabled: false
contact_links:
- name: MLOps v2 solution accelerators discussions.
url: https://github.com/azure/mlops-v2/discussions
about: >-
Please ask questions and start open-ended discussions here.
Use issues for well-defined work in the solution accelerator repositories.
- 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.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/repository-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Suggest an enhancement for this repository.
about: Have an idea for improvements to this repository?
title: '[repo] <title>'
labels: ''
assignees: ''
---

## Why?

<!-- What problem is this solving? -->

## How?

<!-- How are you suggesting it gets solved? -->

## Anything else?

<!--
Links? References? Anything that will give us more context about the issue that you are encountering!
-->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/solution-accelerator-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Request or suggest a new solution accelerator.
about: Have an idea for a new solution accelerator?
title: '[new accelerator] <title>'
labels: ''
assignees: ''
---

## Why doesn't an existing solution accelerator work?

<!-- Concisely explain why a new solution accelerator is needed. -->

## What work is needed?

<!--
Concisely explain the infrastructure and MLOps work needed.
Include as much detail as possible in how this would fit into the
overall solution accelerator.
-->

## Anything else?

<!--
Links? References? Anything that will give us more context about the issue that you are encountering!
-->
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# PR into Azure/mlops-v2

## Checklist

I have:

- [ ] read and followed the contributing guidelines

## Changes

-

fixes #

0 comments on commit 224f2e7

Please sign in to comment.