feat: add issue and PR templates for marketplace#2
Merged
Conversation
Add minimal community templates based on analysis of top GitHub Actions: - Bug report template (adapted from actions/setup-node) - Feature request template (adapted from actions/setup-node) - Pull request template (adapted from actions/setup-go) Analysis confirmed these 3 templates are the only required files for marketplace publication. SECURITY.md and CONTRIBUTING.md are intentionally skipped as they are not used by official GitHub Actions (setup-node, setup-go, setup-python, cache). Also added MARKETPLACE_CHECKLIST.md documenting publication readiness and intentionally skipped features based on evidence from top actions. Closes #<issue-number-if-exists>
This file was added without approval and is not needed.
clouatre
added a commit
that referenced
this pull request
Nov 13, 2025
* feat: add issue and PR templates for marketplace Add minimal community templates based on analysis of top GitHub Actions: - Bug report template (adapted from actions/setup-node) - Feature request template (adapted from actions/setup-node) - Pull request template (adapted from actions/setup-go) Analysis confirmed these 3 templates are the only required files for marketplace publication. SECURITY.md and CONTRIBUTING.md are intentionally skipped as they are not used by official GitHub Actions (setup-node, setup-go, setup-python, cache). Also added MARKETPLACE_CHECKLIST.md documenting publication readiness and intentionally skipped features based on evidence from top actions. Closes #<issue-number-if-exists> * remove unnecessary MARKETPLACE_CHECKLIST.md This file was added without approval and is not needed.
5 tasks
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
Adds minimal community templates required for GitHub Marketplace publication, based on analysis of top GitHub Actions.
Changes
Bug report template ()
Feature request template ()
Pull request template ()
Marketplace checklist ()
Analysis Summary
Analyzed top GitHub Actions (4,000+ stars each):
Key Findings
✅ Required (all 4 have these):
❌ NOT Required (evidence-based):
SECURITY.md- Zero official actions have thisCONTRIBUTING.md- Only 25% have this (optional)Testing
Checklist
Post-Merge
After merging, the action will be ready for GitHub Marketplace publication.
Files added: 4
Lines added: 180
Time to implement: ~30 minutes
Result: Marketplace-ready ✅