diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md index 830b91671..f4fa8e43b 100644 --- a/.github/ISSUE_TEMPLATE/chore.md +++ b/.github/ISSUE_TEMPLATE/chore.md @@ -1,7 +1,7 @@ --- name: Chore about: Something you'd like to see done but not urgently -title: chore +title: chore: [Short description of the chore] labels: chore assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 052521ec5..7b5660c4c 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Suggest an idea for this project -title: feat +title: feat: [Short description of the feature] labels: feature assignees: '' diff --git a/.github/ISSUE_TEMPLATE/fix.md b/.github/ISSUE_TEMPLATE/fix.md index e66b00685..7b1a6b3a9 100644 --- a/.github/ISSUE_TEMPLATE/fix.md +++ b/.github/ISSUE_TEMPLATE/fix.md @@ -1,7 +1,7 @@ --- name: Fix about: Create a report to help us improve -title: fix +title: fix: [Short description of the fix] labels: fix assignees: '' @@ -12,9 +12,10 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. Go to '...' -2. Click on '....' -3. Scroll down to '....' +2. Click on '...' +3. Scroll down to '...' 4. See error **Expected behavior**