Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/architectural_spike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Architectural Spike
about: Architectural Spike for distributed-systems-essentials
title: ""
labels: kind/spike
assignees: "hbuie112358"
---

## Describe the architectural spike and reasoning
19 changes: 3 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
---
name: Bug report
about: Report a bug in Dapr quickstarts
title: ''
about: Report a bug in distributed-systems-essentials
title: ""
labels: kind/bug
assignees: ''

assignees: "hbuie112358"
---

<!-- Note: this issue queue is for bugs specifically in quickstart tutorials. If you are trying to report a bug with dapr itself please do so here: https://github.com/dapr/dapr/issues/new -->

<!-- If you are just looking for help running the tutorials, you can head over to our community discord for quicker response times: https://aka.ms/dapr-discord -->

## Expected Behavior

<!-- Briefly describe what you expect to happen -->


## Actual Behavior

<!-- Briefly describe what is actually happening -->


## Steps to Reproduce the Problem

<!-- How can a maintainer reproduce this issue (be detailed) -->
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/discussion.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
name: Discussion
about: Start a discussion for Dapr quickstarts
about: Start a discussion for distributed-systems-essentials
title: ''
labels: kind/discussion
assignees: ''
assignees: 'hbuie112358'

---

<!-- Note: this issue queue is for discussions specifically for quickstart tutorials. If you are trying to have a discussion about dapr itself please create it here: https://github.com/dapr/dapr/issues/new -->

<!-- If you are just looking for help running the tutorials, you can head over to our community discord for quicker response times: https://aka.ms/dapr-discord -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Documentation
about: Documentation for distributed-systems-essentials
title: ""
labels: kind/documentation
assignees: "hbuie112358"
---

## Describe the documentation
13 changes: 4 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
---
name: Feature Request
about: Create a Feature Request for Dapr quickstarts
title: ''
about: Create a feature request for distributed-systems-essentials
title: ""
labels: kind/enhancement
assignees: ''

assignees: "hbuie112358"
---

<!-- Note: this issue queue is for features specifically in quickstart tutorials. If you are trying to request a feature with dapr itself please do so here: https://github.com/dapr/dapr/issues/new -->

<!-- If you are just looking for help running the tutorials, you can head over to our community discord for quicker response times: https://aka.ms/dapr-discord -->

## Describe the feature
## Describe the feature and reasoning
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Infrastructure
about: Make changes to the infrastructure in distributed-systems-essentials
title: ""
labels: kind/infrastructure
assignees: "hbuie112358"
---

## Describe the changes to the infrastructure and reasoning
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/proposal.md

This file was deleted.

11 changes: 3 additions & 8 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
---
name: Question
about: Ask a question about Dapr quickstarts
title: ''
about: Ask a question about distributed-systems-essentials
title: ""
labels: kind/question
assignees: ''

assignees: "hbuie112358"
---

<!-- Note: this issue queue is for questions specifically about quickstart tutorials. If you are trying to ask a question regarding dapr itself please do so here: https://github.com/dapr/dapr/issues/new -->

<!-- If you are just looking for help running the tutorials, you can head over to our community discord for quicker response times: https://aka.ms/dapr-discord -->

## Ask your question here
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Refactor
about: Refactor codebase in distributed-systems-essentials
title: ""
labels: kind/refactor
assignees: "hbuie112358"
---

## Describe the refactor and reasoning