2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[GitHub]issueとpull requestのテンプレートを作成する!

2
Last updated at Posted at 2020-05-06

最近の勉強で学んだ事を、ノート代わりにまとめていきます。
主に自分の学習の流れを振り返りで残す形なので色々、省いてます。
Webエンジニアの諸先輩方からアドバイスやご指摘を頂けたらありがたいです!

Issuesテンプレートを作成する

リポジトリに.githubファイルを作成する。
ファイル内にissue_template.mdを作成!
マークダウン形式でテンプレートとして仕様したい内容を記述する。

issue_template.md
---
name: default
about: default template
title: 概要
---
# 親Issue

# 要件
  - 変更した内容

# タスク
  - [ ] 

Pull Requestsテンプレートを作成する

ファイル内にpull_request_template.mdを作成!

pull_request_template.md
## 親チケット
  - #XXXX

## レビュー情報
  ### 要件(どう変えるのか)
  - 概要

これでいけました!

Issue作成テンプレート

参考記事

GitHub Issueはテンプレート化で、綺麗に書かせる!

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?