Skip to content
This repository was archived by the owner on Sep 27, 2018. It is now read-only.

Commit 2d24695

Browse files
committed
Merge pull request #7 from codeship/contributing
update contributing guidelines
2 parents fdcb1b4 + 421565e commit 2d24695

2 files changed

Lines changed: 49 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Contributing
2+
In the spirit of [free software][free-sw], **everyone** is encouraged to help
3+
improve this project.
4+
5+
[free-sw]: http://www.fsf.org/licensing/essays/free-sw.html
6+
7+
Here are some ways *you* can contribute:
8+
9+
* by using alpha, beta, and prerelease versions
10+
* by reporting bugs
11+
* by suggesting new features
12+
* by writing or editing documentation
13+
* by writing specifications
14+
* by writing code ( **no patch is too small** : fix typos, add comments, clean up inconsistent whitespace )
15+
* by refactoring code
16+
* by closing [issues][]
17+
* by reviewing patches
18+
19+
[issues]: https://github.com/codeship/codeship-ruby/issues
20+
21+
## Submitting an Issue
22+
We use the [GitHub issue tracker][issues] to track bugs and features. Before
23+
submitting a bug report or feature request, check to make sure it hasn't
24+
already been submitted. When submitting a bug report, please include a [Gist][]
25+
that includes a stack trace and any details that may be necessary to reproduce
26+
the bug, including your gem version, Ruby version, and operating system.
27+
Ideally, a bug report should include a pull request with failing specs.
28+
29+
[gist]: https://gist.github.com/
30+
31+
## Submitting a Pull Request
32+
1. [Fork the repository.][fork]
33+
2. [Create a topic branch.][branch]
34+
3. Implement your feature or bug fix.
35+
4. Add, commit, and push your changes.
36+
5. [Submit a pull request.][pr]
37+
38+
[fork]: http://help.github.com/fork-a-repo/
39+
[branch]: http://learn.github.com/p/branching.html
40+
[pr]: http://help.github.com/send-pull-requests/
41+
42+
This file was taken from https://github.com/middleman/middleman-heroku/blob/master/CONTRIBUTING.md

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ interact with Codeship.
55
![Build Status](https://www.codeship.io/projects/e8bf3890-ee53-0130-957a-52ea4b2c7608/status)
66

77

8+
## Contributing
9+
10+
see [CONTRIBUTING.md][contributing]
11+
12+
[contributing]: https://github.com/codeship/codeship-ruby/blob/master/CONTRIBUTING.md
13+
14+
815
## Installation
916

1017
Add this line to your application's Gemfile:
@@ -46,14 +53,6 @@ Or install it yourself as:
4653

4754
:branchnotfound, :error, :ignored, :projectnotfound, :success, :testing, :waiting, stopped, :infrastructure_failure
4855

49-
## Contributing
50-
51-
1. Fork it
52-
2. Create your feature branch (`git checkout -b my-new-feature`)
53-
3. Commit your changes (`git commit -am 'Add some feature'`)
54-
4. Push to the branch (`git push origin my-new-feature`)
55-
5. Create new Pull Request
56-
5756
## Disclaimer
5857

5958
We cannot guarantee any compatibilty with upcoming versions of this Gem.

0 commit comments

Comments
 (0)