diff --git a/.github/ISSUE_TEMPLATE/design-change.md b/.github/ISSUE_TEMPLATE/design-change.md new file mode 100644 index 00000000..a58aaaec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/design-change.md @@ -0,0 +1,18 @@ +--- +name: Design change +about: What do you want to change? +title: '' +labels: design-change +assignees: '' + +--- + +Larger than a feature request, this type of issue is for describing a proposed change to how Kaleidoscope works, in advance of a draft PR. + +What do you want to change? + +How will it make Kaleidoscope better? + +What trouble might users have in adapting to the new functionality? + +What trouble might developers have in adapting to the new functionality?