Skip to content

Commit

Permalink
Merge pull request shakacode#502 from shakacode/move-contributing-to-…
Browse files Browse the repository at this point in the history
…top-level

Move CONTRIBUTING.MD to project top level
  • Loading branch information
justin808 authored Aug 1, 2016
2 parents 46ecf59 + ef08742 commit 95efecd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/contributor-info/contributing.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tips for Contributors
*See [Releasing](./releasing.md) for instructions on releasing.*

* See [docs/contributor-info/Releasing](./docs/contributor-info/releasing.md) for instructions on releasing.
* See other docs in [docs/contributor-info](./docs/contributor-info)

## Sumary

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Node.js can be used as the backend for server-side rendering instead of [execJS]
## Contributing
Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to our version of the [Contributor Covenant Code of Conduct](docs/code_of_conduct.md)).

See [Contributing](docs/contributor-info/contributing.md) to get started.
See [Contributing](CONTRIBUTING.md) to get started.

## License
The gem is available as open source under the terms of the [MIT License](docs/LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion docs/contributor-info/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
We're now releasing this as a combined ruby gem plus npm package. We will keep the version numbers in sync.

## Testing the Gem before Release from a Rails App
See [Contributing](./contributing.md)
See [Contributing](../../CONTRIBUTING.md)

## Releasing a new gem version
Run `rake -D release` to see instructions on how to release via the rake task.
Expand Down

0 comments on commit 95efecd

Please sign in to comment.