vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.41k stars 9.58k forks source link

A research for generating PR checklists in Pull Request Template #2238

Open baishuotong opened 12 months ago

baishuotong commented 12 months ago

Dear maintainers or developers 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: Verify that all tests pass before finalizing the PR. Documentation: Create necessary files for new language. title: Use a specific format in the PR title. Branch: Develop in dedicated branches, not the master branch commit message: Follow a commit message convention for automated changelog generation.

Also, we suggest you add some checklist notes about Style, description, Documentation, contributing, and cla, 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.

Amenghe commented 12 months ago

This work sounds good! This taught me the importance of Checklist.