You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
@@ -10,6 +10,9 @@ assignees: ''
10
10
**Is your feature request related to a problem? Please describe.**
11
11
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
12
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
+
13
16
**Describe the solution you'd like**
14
17
A clear and concise description of what you want to happen.
0 commit comments