Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 33ba98d

Browse files
committed
Add CONTRIBUTING.md
1 parent 70616c3 commit 33ba98d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributing
2+
3+
## Setup
4+
5+
```bash
6+
git clone https://github.com/andrew/git-pkgs
7+
cd git-pkgs
8+
bin/setup
9+
```
10+
11+
## Running tests
12+
13+
```bash
14+
bundle exec rake test
15+
```
16+
17+
## Pull requests
18+
19+
1. Fork the repo
20+
2. Create a branch
21+
3. Make your changes
22+
4. Run tests
23+
5. Open a PR
24+
25+
## Reporting bugs
26+
27+
Open an issue with steps to reproduce.

0 commit comments

Comments
 (0)