nvm-sh / nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
MIT License
79.43k stars 7.94k forks source link

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

Closed baishuotong closed 2 months ago

baishuotong commented 10 months ago

Dear maintainers: 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: Require tests, changes with tests are prioritized. Documentation: Enhance documentation. Style: Not strict rules. Branch: Rebase on the default branch. Title: Provide a clear and descriptive title. Description: Detail to reproduce the problem Commit Message: Limited, imperative mood. Contributing: Refer to the provided Code of Conduct for guidance. We hope you and your team can provide feedback on our generated output. Best regards.

Kazaf123 commented 10 months ago

Oh.mm! This is a good work. I will inform other members to add the checklist in our work.

ljharb commented 10 months ago

I’m really confused here. @Kazaf123, you aren’t involved with the project, for one.

@baishuotong the text you’ve provided aren’t really rules in a programmatic sense, and some of them are just wrong - style, for example, is incredibly strict and critical.