代码之家  ›  专栏  ›  技术社区  ›  TechnoCorner

Mono-repo中的多个Pull请求模板

  •  0
  • TechnoCorner  · 技术社区  · 4 年前

    我有一个github单回购(mono repo),如下所示:

     /
      - .github
      - docs
      - web
      - mobile
    

    问题:

    我只想为 web 但不是为了 其他文件夹。有可能在github上实现吗?

    我的 pull_request_template.md

    <!--- Provide a general summary of your changes in the Title above -->
    
    ## Description
    <!--- Describe your changes in detail -->
    
    ## Motivation and Context
    <!--- Why is this change required? What problem does it solve? -->
    <!--- If it fixes an open issue, please link to the issue here. -->
    
    ## Web checklist
    
    0 回复  |  直到 4 年前