diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f56ef2a..f41971d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,9 +1,7 @@ name: 🐞 Bug report description: Create a report to help us improve -title: '🐞 [Bug]: ' +title: "🐞 [Bug]: " labels: ["bug"] -assignees: - - ozgunozerk body: - type: markdown attributes: @@ -20,7 +18,7 @@ body: id: platform attributes: label: platform - description: On which operating system did this bug emerged? + description: On which operating system did this bug emerge? options: - label: linux required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6cc75cb..6e3c371 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,8 +2,6 @@ name: 🎁 Feature Request description: Suggest an idea for this project ⚡️ title: "🎁 [Feature Request]: " labels: ["enhancement"] -assignees: - - ozgunozerk body: - type: markdown attributes: @@ -24,5 +22,3 @@ body: options: - label: I agree to follow this project's Contribution Guidelines required: true - -