Skip to content

Commit

Permalink
Issue Templates update proposal (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumare3 committed Feb 10, 2021
1 parent 8905b86 commit 65ba79a
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 62 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/backend-plugin-request.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: Backend Plugin request
about: This issue is used to request for and track addition of new backend plugins
in Flyte
title: "[Backend][Plugin]"
labels: untriaged
name: Plugin request
about: This issue is used to request for and track addition of new plugins in Flyte
title: "[Plugin]"
labels: untriaged,plugins
assignees: ''

---
Expand All @@ -12,6 +11,7 @@ assignees: ''
Explain the usecases for the plugin

**Type of Plugin**
- [ ] Python/Java interface only plugin
- [ ] Web Service (e.g. AWS Sagemaker, GCP DataFlow, Qubole etc...)
- [ ] Kubernetes Operator (e.g. TfOperator, SparkOperator, FlinkK8sOperator, etc...)
- [ ] Customized Plugin using native kubernetes constructs
Expand All @@ -21,5 +21,3 @@ Explain the usecases for the plugin
- [ ] Yes
- [ ] No

**Additional context**
...
36 changes: 5 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,12 @@ A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.

**Flyte component**
- [ ] Overall
- [ ] Flyte Setup and Installation scripts
- [ ] Flyte Documentation
- [ ] Flyte communication (slack/email etc)
- [ ] FlytePropeller
- [ ] FlyteIDL (Flyte specification language)
- [ ] Flytekit (Python SDK)
- [ ] FlyteAdmin (Control Plane service)
- [ ] FlytePlugins
- [ ] DataCatalog
- [ ] FlyteStdlib (common libraries)
- [ ] FlyteConsole (UI)
- [ ] Other

**To Reproduce**
**[Optional] Additional context**
***To Reproduce***
Steps to reproduce the behavior:
1. ...
2. ...
1.
2.

**Screenshots**
***Screenshots***
If applicable, add screenshots to help explain your problem.

**Environment**
**Flyte component**
- [ ] Sandbox (local or on one machine)
- [ ] Cloud hosted
* [ ] AWS
* [ ] GCP
* [ ] Azure
- [ ] Baremetal
- [ ] Other

**Additional context**
Add any other context about the problem here.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Docs bug/update request
about: Suggest an improvement for Flyte docs
title: "[Docs]"
labels: docs, untriaged
assignees: ''

---


**Describe the documentation update**
27 changes: 3 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
name: Core Feature request
about: Suggest an idea for this project
title: "[Feature]"
title: "[Core Feature]"
labels: enhancement, untriaged
assignees: ''

Expand All @@ -16,26 +16,5 @@ A clear and concise description of what you want to happen or achieve.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Flyte component**
- [ ] Overall
- [ ] Flyte Setup and Installation scripts
- [ ] Flyte Documentation
- [ ] Flyte communication (slack/email etc)
- [ ] FlytePropeller
- [ ] FlyteIDL (Flyte specification language)
- [ ] Flytekit (Python SDK)
- [ ] FlyteAdmin (Control Plane service)
- [ ] FlytePlugins
- [ ] DataCatalog
- [ ] FlyteStdlib (common libraries)
- [ ] FlyteConsole (UI)
- [ ] Other

**[Optional] Propose: Link/Inline**
**[Optional] Propose: Link/Inline OR Additional context**
If you have ideas about the implementation please propose the change. If inline keep it short, if larger then you link to an external document.

**Additional context**
Add any other context or screenshots about the feature request here.

**Is this a blocker for you to adopt Flyte**
Please let us know if this makes it impossible to adopt Flyte
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/flytectl_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Flytectl Feature request
about: Suggest a feature for flytectl
title: "[Flytectl Feature]"
labels: enhancement, untriaged, flytectl
assignees: ''

---

**Describe the feature/command for flytectl**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] OR why this would be a cool addition OR which usecases could this unblock.

**Provide a possible output or ux example**
A clear and concise description of what you want to happen or achieve.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/ui_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: UI Feature request
about: Suggest a feature in the UI
title: "[UI Feature]"
labels: enhancement, untriaged, ui
assignees: ''

---

**Motivation: Why do you think this is important?**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] OR why this would be a cool addition OR which usecases could this unblock.

**Goal: What should the final outcome look like, ideally?**
A clear and concise description of what you want to happen or achieve.

**[Optional] Propose: Link/Inline OR Additional context AND/OR Mock ideas**
If you have ideas about the implementation please propose the change. If inline keep it short, if larger then you link to an external document.

0 comments on commit 65ba79a

Please sign in to comment.