Skip to content

Commit a56f749

Browse files
committed
build: add reviewer checklist
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent ece93c1 commit a56f749

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update_contributors.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ jobs:
105105
106106
- updates the list of contributors
107107
108+
## Reviewer Checklist
109+
110+
- [ ] For any **new contributors**, check if their full names are listed on their GitHub profile or in social links.
111+
- [ ] If so, on the PR branch **update** the `.mailmap` file accordingly to ensure proper attribution.
112+
- [ ] If updating `.mailmap`, **regenerate** the contributors file by running `make update-contributors` on the PR branch afterward.
113+
- [ ] Approve the PR after verifying the changes.
114+
108115
commit-message: 'docs: update list of contributors'
109116
committer: 'stdlib-bot <[email protected]>'
110117
signoff: true

0 commit comments

Comments
 (0)