Skip to content

docs: add contributing and github templates#25

Merged
Astro-Han merged 1 commit into
devfrom
docs/community-templates
Apr 17, 2026
Merged

docs: add contributing and github templates#25
Astro-Han merged 1 commit into
devfrom
docs/community-templates

Conversation

@Astro-Han

Copy link
Copy Markdown
Owner

Summary

Add the initial GitHub community contribution flow:

  • root CONTRIBUTING.md
  • issue forms for bug reports and feature requests
  • issue template config.yml
  • PR template

Why

The repo was missing the basic community contribution files that GitHub surfaces for public projects. This adds a minimal setup that matches PawWork's current stage and keeps the forms lightweight.

How to verify

git diff --check
ruby -e 'require "yaml"; Dir[".github/ISSUE_TEMPLATE/*.yml"].sort.each { |f| YAML.load_file(f); puts "OK #{f}" }'

Notes

  • Targets dev
  • Uses existing labels: bug, enhancement
  • Keeps blank issues enabled for now because the project is early and Discussions is not enabled
  • Fresh-eyes review found one broken-link issue in CONTRIBUTING.md; that was fixed before opening this PR

@Astro-Han Astro-Han added bug Something isn't working enhancement New feature or request labels Apr 17, 2026
@Astro-Han Astro-Han merged commit 86bed12 into dev Apr 17, 2026
9 checks passed
@Astro-Han Astro-Han deleted the docs/community-templates branch April 17, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant