Skip to content

Commit 66f310f

Browse files
committed
zerocracy#245: Add CONTRIBUTING.md, CODEOWNERS, and SECURITY.md
1 parent 79ca7f8 commit 66f310f

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @yegor256

.github/CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

.github/SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security Policy
2+
3+
Report vulnerabilities by opening an issue at https://github.com/zerocracy/swarm-template/issues/new.

0 commit comments

Comments
 (0)