diff --git a/.github/instructions/pr-instructions.md b/.github/instructions/pr-instructions.md new file mode 100644 index 0000000..2356d6d --- /dev/null +++ b/.github/instructions/pr-instructions.md @@ -0,0 +1,11 @@ +--- +description: When creating pull requests +--- + +# PR Creation Skill + +When creating pull requests, always include one of these labels: + +- `bug` — for bug fixes +- `debt` — for technical debt improvements +- `feature-request` — for new feature implementations