Add GitHub issue templates and update docs#741
Open
kavyamsft wants to merge 6 commits into
Open
Conversation
- Add .github/ISSUE_TEMPLATE/ with bug_report, feature_request, documentation, questions-feedback templates and a config.yml chooser. - Link to Azure Linux contribution philosophy in CONTRIBUTING.md. - Point SUPPORT.md at the Azure Linux report-issues guidance.
Updated the host OS version in the bug report template.
vinceaperri
requested changes
May 21, 2026
vinceaperri
requested changes
May 21, 2026
vinceaperri
requested changes
May 21, 2026
cwize1
requested changes
May 22, 2026
cwize1
previously approved these changes
Jun 1, 2026
vinceaperri
previously approved these changes
Jun 2, 2026
Removed the security vulnerability contact link from the issue template.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a
.github/ISSUE_TEMPLATE/folder with templates for this repo and refreshesCONTRIBUTING.md/SUPPORT.md.Issue templates
bug_report.md— Image Customizer bug reports, including version, repro steps, logs, and environment (host OS/arch, base/target image format).feature_request.md— feature/enhancement proposals with proposed config sketch and use-case impact.documentation.md— documentation issues with page URL / repo path.questions-feedback.md— general questions and feedback.config.yml— issue chooser config with contact links to the docs site, the Microsoft security reporting process (perSECURITY.md), and the upstreammicrosoft/azurelinuxrepo. Blank issues remain disabled.Docs
CONTRIBUTING.md: link to the Azure Linux contribution philosophy / best practices.SUPPORT.md: point users at the Azure Linux report-issues guidance.Why
Gives issues structured prompts so we get the information needed to triage (version, command line, config, logs, environment) and aligns guidance with the broader Azure Linux project.