Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.58 KB

File metadata and controls

33 lines (24 loc) · 1.58 KB

Contribution Guide

参加方法

  1. Forkする
  2. Branchを作る: git checkout -b my-new-feature
  3. テストする: npm install && npm test
  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