File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,3 +62,18 @@ yarn test
62624 . ** Commit** all changes with the message ` Prepare release vX.Y.Z ` .
6363
6464Once merged, the ` release.yaml ` workflow will publish the release automatically.
65+
66+ ## Handling Issues and Pull Requests
67+
68+ ### Issues
69+
70+ - Triage each report to figure out whether it's a question, documentation request, or bug.
71+ - Investigate carefully to confirm the problem is within this project and not caused by user error, dependency mismatches, or other external factors.
72+ - Consider how a fix might affect existing features and avoid any regression or breaking change.
73+
74+ ### Pull Requests
75+
76+ - Start by checking if the contribution updates documentation, fixes a bug, or adds or enhances a feature.
77+ - Ensure the proposal fits the scope of the project and doesn't duplicate existing docs or functionality.
78+ - Provide a summary of whether the pull request is ready to merge or what changes are still needed from the contributor.
79+ - Consider how merging the pull request might affect existing features and make sure it does not introduce regressions or breaking changes.
You can’t perform that action at this time.
0 commit comments