テンプレートの作成


始める


リポジトリのテンプレートを作成するには、PullThank RequestCalテンプレートという名前のファイルを作成します.md
  • A.Githubフォルダ-私の好ましいオプションは、
  • です
  • プロジェクトのルート
  • 博士フォルダ
  • これがプロジェクトのデフォルトブランチにプッシュされると、githubは新しいプルリクエストのデフォルトテンプレートとして使用を開始します.それはそれと同じくらい簡単です!✨

    利益


    デフォルトのプルリクエストテンプレートの設定には多くの利点があります.最大の一貫性は、すべての開発者のプロジェクトは、一貫して構造化されたプルの要求を記入し、それらを読みやすく、レビューを記入します.
    テンプレートを設定するもう一つの大きな利点は、余分な詳細のための提出者を促すことができることです.例えば、これは彼らの変更のスクリーンショットであるかもしれません、あるいは、彼らが前の提出タスクのチェックリストを記入するのを必要とします.
    ゴーンは、これらの恐ろしい言葉“いいえ説明”を参照してくださいにプル要求を開くの日になります-それだけで誰にも役に立たないです.今、あなたとあなたの協力者は最終的にPRを開くことができますし、迅速に変更を理解し、なぜそれが作成されている.

    マイテンプレート


    私はあなたが始めるのを助けるために以下のいくつかのテンプレートを構成しました、これらのすべてはもちろんカスタマイズされることができて、あなたのニーズに合うために別々に切られます!

    内部チームコラボレーションプロジェクト


    ## Description 📋
    
    Please include a summary of the changes made in this PR.
    
    ## Type of change 🤔
    
    Please tick any that are relevant to this PR and remove any that aren't.
    
    - [ ] Bugfix 🐛
    - [ ] Feature 🥳
    - [ ] Refactoring 🤓
    - [ ] CI 🤖
    - [ ] Documentation 📒
    - [ ] Tests 🧪
    - [ ] Other (please detail in description) ❓
    
    ## Screenshots 📷
    
    If possible provide screenshots of your visual changes to make it easier for reviewers.
    

    オープンソースプロジェクト


    ## Description 📋
    
    Please include a summary of the changes made in this PR and provide any context necessary for the change.
    Fixes # (issues)
    
    ## Type of change 🤔
    
    Please tick any that are relevant to this PR and remove any that aren't.
    
    - [ ] Bugfix (non breaking change which resolve an issue)
    - [ ] Feature (non breaking change which adds functionality)
    - [ ] Breaking Change (a change which would cause existing functionality to not work as expected)
    - [ ] Documentation (a change to documentation)
    
    ## Submission checklist ✅
    
    - [ ] I have performed a self review of my changes
    - [ ] I have updated the documentation where relevant
    - [ ] My changes are well written and all ci is passing
    

    最小


    ## Description 📋
    
    Please include a summary of the changes made in this PR and provide any context necessary for the change.