Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 1.59 KB

Contribution Guide

参加方法

  1. Forkする
  2. Branchを作る: git checkout -b my-new-feature
  3. テストする: java -jar TextToSpeak-*.jar
  4. 変更をコミットする: git commit -am 'Add some feature'
  5. Pushする: git push origin my-new-feature
  6. Pull Requestを送る

Issues

次のIssuesを受け付けています。

その他のIssuesはこちらから

Pull Request

Pull Requestはいつでも歓迎しています。

受け入れるPull Request

次の種類のPull Requestを受け付けています。

  • 不具合の修正
  • 新機能の追加
  • 誤字の修正
  • テストの改善

📝 Note: Pull Requestが受け入れられるとあなたの貢献がContributorsリスト に追加されます。

受け入れていないPull Request