LoginSignup
16
12

More than 1 year has passed since last update.

GitLab(またはGitHub)でIssue Templateを作る

Posted at

GitLabの場合

テンプレートを用意する

Creating issue templates
Create a new Markdown (.md) file inside the .gitlab/issue_templates/ directory in your repository. Commit and push to your default branch.

リポジトリに .gitlab/issue_templates/(任意の名称).md という形でディレクトリ及びファイルを作成する。

image.png

デフォルトブランチにコミットする

Name your directory issue_templates and commit to your default branch.
To check if this has worked correctly, create a new issue and see if you can choose a description template.

コミットしたら、Issueを作成してうまく動作するか試してみましょう。

完成

以下のようになります。
image.png

GitHubの場合

テンプレート集

以上、参考になればさいわいです。

16
12
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
16
12