Fix GitHub issue form limits and contribution links - #10
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The changes are confined to GitHub Issue Form YAML and contributor documentation, and the updated forms remain within the 10 body-element limit while keeping required safety acknowledgements.
Pull request overview
This PR updates the repository’s GitHub community health files to comply with GitHub Issue Forms’ 10-body-element limit and to remove contribution-guide references to documentation paths that are not present on the default branch.
Changes:
- Consolidates multiple bug-report environment/context fields into a single required
environmenttextarea while keeping the data-safety acknowledgement required in the preflight checklist. - Removes the feature-request “scope/context” input and folds that guidance into the
additional_contextfield description to keep the form within the element limit. - Updates
.github/CONTRIBUTING.mdto referenceREADME.mdsections for architecture/security boundaries and to point packaging validation at the tracked WAP project file.
File summaries
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/02-feature-request.yml | Reduces body elements to 10 by folding scope guidance into additional_context. |
| .github/ISSUE_TEMPLATE/01-bug-report.yml | Reduces body elements to 10 by consolidating environment/context into one required field and keeping data-safety in preflight. |
| .github/CONTRIBUTING.md | Removes references to missing docs and updates guidance to tracked paths/sections. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
Validation
git diff --checkFollow-up to Copilot review feedback on #9.