Conversation
- Update header comment for Bodzify DB Postgres - Remove API component labels (track, artist, album, etc.) - Keep type labels for documentation, CI, Docker, and scripts - Update scripts glob to match .sh files in root directory
- Update PR template to focus on Docker and Postgres - Update bug report and feature request issue templates to be Docker/Postgres specific - Update engineering feature template to replace API/Django references - Change Discussions templates to reference Bodzify DB Postgres - Update config.yml to point to Postgres repo's discussions
…emove root PR 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.
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