Skip to content

Commit

Permalink
Move CONTRIBUTING.MD to project top level
Browse files Browse the repository at this point in the history
This seems to make it show more prominently when making new issues or
PRs.
  • Loading branch information
justin808 committed Aug 1, 2016
1 parent 46ecf59 commit ef08742
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
@@ -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
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
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 ef08742

Please sign in to comment.