diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fa10fcb..9288003 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: ๐Ÿž Bug Report -title: '[bug] ' +title: "[bug] " description: Report a bug -labels: ['type: ๐Ÿ› bug', 'status: ๐Ÿงน needs triage'] +labels: ["type: ๐Ÿ› bug", "status: ๐Ÿงน needs triage"] body: - type: markdown @@ -44,7 +44,7 @@ body: id: info attributes: label: Platform and versions - description: 'informations about the environment you run Comfy in' + description: "informations about the environment you run Comfy in" render: sh placeholder: | - OS: [e.g. Linux] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..0080859 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,35 @@ +name: ๐Ÿ’ก Feature Request +title: "[feat] " +description: Suggest an idea +labels: ["type: ๐Ÿคš feature request"] + +body: + - type: textarea + id: problem + attributes: + label: Describe the problem + description: A clear description of the problem this feature would solve + placeholder: "I'm always frustrated when..." + validations: + required: true + + - type: textarea + id: solution + attributes: + label: "Describe the solution you'd like" + description: A clear description of what change you would like + placeholder: "I would like to..." + validations: + required: true + + - type: textarea + id: alternatives + attributes: + label: Alternatives considered + description: "Any alternative solutions you've considered" + + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context about the problem here.