Skip to content

Commit bcfee20

Browse files
authored
feat: GitHub Issues Consolidation (#517)
This pull request updates the issue reporting process by removing the local bug and feature request templates and directing users to a centralized repository for all Azure Landing Zones (ALZ) issues. It also updates the configuration to prevent blank issues and provides a contact link to the new centralized location. **Issue template and triage process changes:** * Removed `.github/ISSUE_TEMPLATE/bug_report.yml` and `.github/ISSUE_TEMPLATE/feature_request.yml` to eliminate local bug and feature request templates, encouraging users to use the centralized issue tracking system instead. [[1]](diffhunk://#diff-637f7b97bba458badb691a1557c3d4648686292e948dbe3e8360564378b653efL1-L110) [[2]](diffhunk://#diff-c6b098646bf32c644234bec14c2675ea2a3d9c2dc2df450a25aa0e7ff02323cdL1-L68) * Updated `.github/ISSUE_TEMPLATE/config.yml` to disable blank issues and added a `contact_links` entry that directs users to the centralized ALZ issues repository for all bugs, features, and questions.
1 parent 3b81de1 commit bcfee20

File tree

3 files changed

+4
-179
lines changed

3 files changed

+4
-179
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 110 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
---
21
blank_issues_enabled: false
2+
contact_links:
3+
- name: ALZ bugs / features / questions (everything goes here)
4+
url: https://github.com/Azure/Azure-Landing-Zones/issues/new/choose
5+
about: Centralized repo for all Azure landing zone (ALZ) bugs, features, and questions (new for 2026)

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)