You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can streamline our contributor experience by introducing standardized templates and a CODEOWNERS file to guide contributors and reviewers. This issue proposes adding four new files under the .github/ directory:
bug_report.md
feature_request.md
pull_request_template.md
CODEOWNERS
Goal
Improve our issue and PR tracking process
Proposed Solution
Add bug_report.md and feature_request.md for consistent issue submissions
Add pull_request_template.md to standardize pull request requirements
Add CODEOWNERS to automatically assign reviewers for changes
Additional Context
These additions help us better manage incoming contributions by providing clarity and consistent reviewer assignment. However, we won’t necessarily need to follow these files to the letter every time; they’re here to guide us rather than enforce strict rules.
The text was updated successfully, but these errors were encountered:
We can streamline our contributor experience by introducing standardized templates and a CODEOWNERS file to guide contributors and reviewers. This issue proposes adding four new files under the
.github/
directory:bug_report.md
feature_request.md
pull_request_template.md
CODEOWNERS
Goal
Proposed Solution
bug_report.md
andfeature_request.md
for consistent issue submissionspull_request_template.md
to standardize pull request requirementsCODEOWNERS
to automatically assign reviewers for changesAdditional Context
These additions help us better manage incoming contributions by providing clarity and consistent reviewer assignment. However, we won’t necessarily need to follow these files to the letter every time; they’re here to guide us rather than enforce strict rules.
The text was updated successfully, but these errors were encountered: