diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index b903d84..9cc0474 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,3 +1,11 @@ +# PR Review Instructions + +Provide a concise summary of the pull request and highlight any risks or follow-up work. When tests are mentioned, state whether they passed or failed. Organize the output using the following sections: + +- Summary +- Testing +- Review Notes +- # Reviewer Guidance for GitHub Copilot - Ensure pull request titles and commit messages follow `type: Description` using a verb and an object (e.g., `fix: handle null node`). diff --git a/.github/labeler.yml b/.github/labeler.yml index 4109c75..ed9c3bc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,23 @@ +# Labeler configuration for automatic issue labeling +# Labels issues based on keywords found in titles or bodies. + bug: - - '(?i)\bbug\b' -feature: - - '(?i)\bfeature\b' -question: - - '(?i)\bquestion\b' + - bug + - error + - exception + - failure + +enhancement: + - feature + - enhancement + - improvement + +documentation: + - docs + - documentation + - readme + +ci: + - build + - workflow + - ci \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c138df3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Summary + + +## Testing + + +## Issues +