Skip to content

Commit

Permalink
Merge pull request #242 from TeraTermProject/#178
Browse files Browse the repository at this point in the history
CONTRIBUTING.md, LICENSE.md, README.md を追加 #178
  • Loading branch information
zmatsuo authored Jun 29, 2024
2 parents 184ec24 + 787cbe5 commit 340a5de
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# CONTRIBUTING

開発を手伝っていただければとても助かります。

- ドキュメント、lngファイルの不備の指摘、修正、英訳(翻訳)など
- 動作の不具合の指摘、修正
- 不具合などのレポート(Issue)の対応
- 他の困っている方をサポートする、不具合の再現チェックなど

次のドキュメントを参考にしてください。
- [連絡先,各種情報へリンク](https://teratermproject.github.io/manual/5/ja/about/contacts.html)

## プログラム、ドキュメントの修正

GitHubを使用しています。
修正を送る(Pull Request(PR)を送る)手順は次のようになります。
参考にしてください。

- GitHub上でTera TermリポジトリをForkして自分のリモートリポジトリを作成する
- 自分のリモートリポジトリをローカルにcloneする
- プログラムの修正の場合、Tera Termのビルド
- [ビルド手順](https://teratermproject.github.io/manual/5/ja/reference/develop-build.html#build-quick) を参照ください
- ブランチを作成して修正
- ローカルの修正を自分のリモートリポジトリにpush
- 修正したソースツリーがGitHubに置いてあれば、[AppVeyorでビルド](https://raw.githubusercontent.com/TeraTermProject/teraterm/main/ci_scripts/appveyor.md)することもできます
- Pull Requestを送る

Issueで問題を指摘して、解決のためのPRをいただいてもいいですし、
PRを直接いただいてもokです。

修正にドキュメント(マニュアル(日/英)、修正履歴)が含まれていると
main へのマージがスムーズに進みやすいです。

修正はプルリクエストのレビューを使って
内容の確認や追加の修正をお願いすることがあります。

GitHub よりもカジュアルに使える Discord があります。
[wiki](https://github.com/TeraTermProject/teraterm/wiki/Discord)を参照ください。
4 changes: 4 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
see copyright page
[ja](https://teratermproject.github.io/manual/5/ja/about/copyright.html)
[en](https://teratermproject.github.io/manual/5/en/about/copyright.html)

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Tera Term

Tera Term is a free software terminal emulator

[URLs](https://github.com/TeraTermProject/teraterm/wiki/Urls)

0 comments on commit 340a5de

Please sign in to comment.