File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * @ yegor256
Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ Read [ these guidelines] ( https://www.yegor256.com/2014/04/15/github-guidelines.html ) .
4+
5+ ## Quick Start
6+
7+ ``` bash
8+ bundle install
9+ bundle exec rake
10+ ```
11+
12+ ## Before submitting a PR
13+
14+ 1 . Run ` bundle exec rubocop ` — 0 offenses
15+ 2 . Run ` bundle exec rake ` — all tasks pass (test + judges + rubocop)
16+ 3 . Keep HoC ≤ 133 (` gem install hoc && hoc master..HEAD ` )
17+ 4 . PR body must include ` Fixes #<issue-number> `
18+ 5 . Write PR description and commits in English
19+ 6 . Post ` @yegor256 please review ` after creating the PR
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ Report vulnerabilities by opening an issue at https://github.com/zerocracy/swarm-template/issues/new .
You can’t perform that action at this time.
0 commit comments