Test

https://axolo.co/blog/p/part-3-github-pull-request-template

git checkout -b pb/dev && git commit --allow-empty -m "Create branch"

Labels

enhancement bug ux/iu new featured

  • Create PR on push brach
  • Add PR to current milestone on merge branch

Issue template https://github.com/tensorflow/tensorflow/tree/f3fd82f65724cdba600fdd23d251c2b01152ed3c/.github/ISSUE_TEMPLATE

Official docuentation https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file

https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository

Create repository tempaltes https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template

Issues Templates Settings - https://github.com/pieroblunda/repo-boilerplate/settings

PR Templates Allow squash merging - false Allor rebase merging - false Automatically delete head brances - true Always suggest updating PR branches - true