spf13/cobra

A research for generating PR checklists in Pull Request Template

baishuotong opened this issue · 0 comments

Dear maintainers and communities interested in this project:

Our team is currently developing a tool for automatically generating PR checklists in Pull Request Template. The tool generates a set of PR rules based on the contribution guidelines in your project, which external contributors may be expected to adhere to.

Below are the results of our generation:

Test: please ensure you have adequate tests for the feature. Tests can be run via go test ./... or make test.
Style: The new code is properly formatted to ensure code consistency.
Branch: Create your feature branch & Push to the branch
Title: Open with a clear title and description, what the feature is and why it would be beneficial to the project and its users.
Description: Open with a clear title and description, what the feature is and why it would be beneficial to the project and its users.
CLA: Please sign the CLA.

Also, we suggest you add some checklist notes about Documentation, commit message, contributing which are also important for submitting PRs according to our analysis.

We hope you and your team can provide feedback on our generated output.
Best regards.