0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Qiita投稿テンプレート

Posted at

概要

Qiita記事投稿用テンプレートを以下に作りました。
これから記事を書き始める人はファーストステップとして是非使用いただければと思います。

テンプレート

以下がテンプレートになります、コピーをしてご自身でカスタマイズして使用ください。

# タイトル
記事のタイトルをここに入力します

## 概要
この記事の概要を簡潔に説明します。

## 目次
- [はじめに](#はじめに)
- [環境](#環境)
- [手順](#手順)
- [注意点](#注意点)
- [まとめ](#まとめ)

## はじめに
この記事を書く背景や目的について説明します。

## (環境) or (前提条件)
使用したソフトウェアやハードウェアの環境について記載します。

- OS: `例: Ubuntu 20.04`
- 言語: `例: Python 3.8`
- その他: `例: Docker 20.10`

## 手順
具体的な手順をステップバイステップで説明します。

### ステップ1: 環境の設定
最初のステップについて詳しく説明します。

```bash
# 例: 環境構築用のコマンド
sudo apt-get update
sudo apt-get install -y python3
(使用するときは削除)```

以下例になります。

タイトル

記事のタイトルをここに入力します

概要

この記事の概要を簡潔に説明します。

目次

はじめに

この記事を書く背景や目的について説明します。

(環境) or (前提条件)

使用したソフトウェアやハードウェアの環境について記載します。

  • OS: 例: Ubuntu 20.04
  • 言語: 例: Python 3.8
  • その他: 例: Docker 20.10

手順

具体的な手順をステップバイステップで説明します。

ステップ1: 環境の設定

最初のステップについて詳しく説明します。

# 例: 環境構築用のコマンド
sudo apt-get update
sudo apt-get install -y python3
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?