Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONTRIBUTING.mdの作成 #1

Open
toru-fukaya opened this issue Aug 6, 2020 · 0 comments
Open

CONTRIBUTING.mdの作成 #1

toru-fukaya opened this issue Aug 6, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@toru-fukaya
Copy link
Collaborator

内容としては以下のようなもの

共通

  • 自然言語部分は日本語か英語

PR作成時

  • コンパイラはlatest stable
  • clippyも含めてwarningは消す
  • rustfmtでフォーマットする

.git/hook/pre-commit の一例

#!/bin/sh
# Redirect output to stderr.
exec 1>&2
cargo clippy -- -D warnings
cargo fmt --check
@toru-fukaya toru-fukaya pinned this issue Sep 1, 2020
@toru-fukaya toru-fukaya unpinned this issue Sep 1, 2020
@toru-fukaya toru-fukaya added the documentation Improvements or additions to documentation label Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant