diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e050587..d18f4d9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,9 +1,7 @@ ---- -name: Bug Report -about: Report a bug or an issue with Meteor Rejects -title: "[Bug] " +name: Bug +about: Report a bug or an issue with Rejects. +title: '[Bug] ' labels: bug -assignees: '' body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 08778d7..9c67e57 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -1 +1,12 @@ -{\rtf1} \ No newline at end of file +name: Suggesion +description: Suggest a new feature or change for Rejects. +title: '[Suggestion] ' +labels: enhancement +body: + - type: textarea + id: description + attributes: + label: Describe the feature + description: A clear and concise description of what the feature/change is. + validations: + required: true \ No newline at end of file