Skip to content

Commit

Permalink
Issue #306: Assign all types of issues to myself
Browse files Browse the repository at this point in the history
lexhouk committed Sep 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9ec9156 commit cdd9ba0
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/install-module.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Install module
about: Add new contrib modules and create a wrapper module with configuration and integrating code for them.
title: Install "NAME" module
labels: ''
assignees: ''
assignees: lexhouk

---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-core.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Update core
about: Update core.
title: Update core from CURRENT to NEWER
labels: ['📢 update', 'core']
assignees: ''
assignees: lexhouk

---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-module-classic.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Update classic module
about: Refresh an existing contrib module to a newer version where version names still use prefixes based on Drupal core.
title: Update "NAME" module from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-module-modern.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Update modern module
about: Refresh an existing contrib module to a newer version where a prefix based on Drupal core is absent in version names.
title: Update "NAME" module from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-module-upgrade.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Update module to modern
about: Upgrade an existing contrib module to a newer version where the version name of the current release still uses a prefix based on Drupal core but a newer version name without this prefix.
title: Update "NAME" module from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/update-theme.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Update theme
about: Refresh an existing contrib theme to a newer version.
title: Update "NAME" theme from CURRENT to NEWER
labels: '📢 update'
assignees: ''
assignees: lexhouk

---

0 comments on commit cdd9ba0

Please sign in to comment.