docs: improve docs #1
Merged
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
.github/pr_descriptionsand document usageDescription
These changes adapt the repository's GitHub metadata (labeler rules, PR/issue templates, discussion templates) to the current repository's scope: a Dockerized PostgreSQL image. The prior templates and labels were tailored to the Bodzify API/Django project — this PR reworks them to be relevant to the DB image and to keep a small library of templates in
.github/pr_descriptions/.Related Issue
Type of change
Target branch
main(hotfixes only)develop(features, fixes, and routine work)Changes made
.github/labeler.ymlto match DB/Postgres project paths and type labels.github/ISSUE_TEMPLATE/*(bug_report, feature_request, engineering_feature) to Docker/Postgres context.github/DISCUSSIONS/*templates adapted for DB/Postgres topics.github/pr_descriptions/pull_request_template.md(canonical PR template).gitignoreto allow tracking canonical templates and ignore draftsTesting
Recommended local checks
Optional checks
hadolint Dockerfiletrivy image --severity HIGH,CRITICAL bodzify-db-postgres:prChecklist
Breaking Changes
Screenshots / Logs (if applicable)
Additional Notes
pr_descriptionsfolder is meant as a template library for contributors. To make a template show automatically in the PR UI, move or copy it to.github/pull_request_template.mdor.github/PULL_REQUEST_TEMPLATE/.Reviewer Notes