enso/.github/ISSUE_TEMPLATE/feature-request.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

65 lines
2.5 KiB
YAML
Raw Normal View History

2023-02-07 17:58:12 +03:00
name: "Feature Request"
description: "Have a great new idea? We'd love to know, please search through our existing feature requests, and upvote it if its already been submitted."
labels: ["-x-new-feature", "triage"]
2023-02-07 18:06:30 +03:00
assignees: []
2023-02-07 17:58:12 +03:00
body:
- type: "input"
id: "discord-id"
attributes:
2023-02-07 18:02:58 +03:00
label: "Discord username"
2023-02-07 17:58:12 +03:00
description: "If you're in our [Discord server](https://discord.gg/enso), please include your [Discord ID](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-) formatted like so: `username#1234` (you can find it by clicking your profile on the bottom left of the application). This is so we can ask questions interactively and give you the `Ideas Contributor` Discord role."
placeholder: "username#1234"
validations:
required: false
- type: "dropdown"
id: "issue-type"
attributes:
2023-02-07 18:02:58 +03:00
label: "How important is this feature to you?"
2023-02-07 17:58:12 +03:00
multiple: false
options:
- "0 Not too important"
- "1 Not too important now, but possibly important in the future"
- "2 Somewhat important, but I can live without it"
- "3 Lack of it makes using Enso slightly harder"
- "4 Lack of it makes using Enso a lot harder"
- "5 Lack of it blocks me from doing my work in Enso"
validations:
required: true
- type: textarea
id: "description"
attributes:
2023-02-07 18:02:58 +03:00
label: "Describe the idea you'd like to see implemented."
2023-02-07 17:58:12 +03:00
description: "A clear and concise description of what you'd like to see in Enso."
validations:
required: true
- type: textarea
id: "related-to-problem"
attributes:
2023-02-07 18:02:58 +03:00
label: "Is your feature request related to a problem?"
2023-02-07 17:58:12 +03:00
description: "A clear and concise description of what problem this feature request is related to."
validations:
2023-02-07 18:02:58 +03:00
required: false
2023-02-07 17:58:12 +03:00
- type: textarea
id: "screenshots"
attributes:
2023-02-07 18:02:58 +03:00
label: "Screenshots, screencasts, mockups."
2023-02-07 17:58:12 +03:00
description: "If applicable, add screenshots, screencasts, or mockups that help explain your idea. While optional, images help explain ideas way better than words."
validations:
required: false
- type: "dropdown"
id: "willing-to-help"
attributes:
2023-02-07 18:02:58 +03:00
label: "Would you be willing to help us implement this feature?"
2023-02-07 17:58:12 +03:00
description: "If you are, we will help you get started, guide trough the codebase, and help with the proper design."
multiple: false
options:
- "No"
- "Yes"
validations:
required: true