Skip to content

Commit 47247f9

Browse files
author
Connor McMahon
authored
Edit issue creation flow to accomodate Discussions (#1767)
Reconfigure the issue creation flow to point people to using the new Discussions GitHub functionality when asking features or proposing feature ideas without concrete proposals.
1 parent 233cdf4 commit 47247f9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Ask a question about Durable Functions
4+
url: https://github.com/Azure/azure-functions-durable-extension/discussions/new?category=q-a
5+
about: Get advice/answers to questions from the community and the development team
6+
- name: Suggest a feature idea
7+
url: https://github.com/Azure/azure-functions-durable-extension/discussions/new?category=ideas
8+
about: Have a loose idea for a feature without a concrete proposal? Start a discussion about the problem you are trying to solve and potential features that could fix those issues.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
2+
name: Feature Proposal
3+
about: Fleshed out proposal for a new feature. For brainstorming feature ideas, go to https://github.com/Azure/azure-functions-durable-extension/discussions/categories/ideas
44
title: ''
55
labels: ''
66
assignees: ''
@@ -10,6 +10,9 @@ assignees: ''
1010
**Is your feature request related to a problem? Please describe.**
1111
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1212

13+
**Are there any existing GitHub discussions or issues filed that help give some context to this proposal?**
14+
Links to any previous discussions or issues providing context for the proposal.
15+
1316
**Describe the solution you'd like**
1417
A clear and concise description of what you want to happen.
1518

0 commit comments

Comments
 (0)