phanein / deepwalk

DeepWalk - Deep Learning for Graphs
http://www.perozzi.net/projects/deepwalk/
Other
2.68k stars 826 forks source link

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

Open baishuotong opened 11 months ago

baishuotong commented 11 months ago

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:

  1. Pull request should include tests flake8 and the python tests.
  2. Make sure that the tests pass for all Python versions tests.test_deepwalkt

Documentation:

  1. If the pull request functionality, the docs should be updated. New functionality with a docstring, and update the feature to the list.
  2. DeepWalk could always use more documentation, whether as part of the official DeepWalk docs

Branch:

  1. Create a branch for local development.
  2. Commit your changes and push your branch to GitHub

Also, we suggest you add some checklist notes about Style, Title, commit message, Description, 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.

Aple19 commented 11 months ago

not necessary ignore it