Skip to content

Commit

Permalink
Fix duplicate Contributing sections
Browse files Browse the repository at this point in the history
Closes retextjsGH-43.

Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
Jen Weber authored and wooorm committed Sep 30, 2018
1 parent b92ff55 commit c0f9e75
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,25 @@ processed [virtual file][vfile]s.
`he` is warned about unless it’s followed by something like `or she` or
`and she`. When `noBinary` is `true`, both cases would be warned about.

## Rules

See [`rules.md`][rules] for a list of rules.

## Contributing

Thanks, contributions are greatly appreciated! :+1: If you add new
patterns, add them in the YAML files in the [`script/`][script]
directory, and run `npm install` and then `npm test` to build
everything.
Thanks, contributions are greatly appreciated! :+1:
See [`contributing.md` in `retextjs/retext`][contributing] for ways to get
started. This organisation has a [Code of Conduct][coc]. By interacting
with this repository, organisation, or community you agree to abide by its
terms.

To create new patterns, add them in the YAML files in the
[`script/`][script] directory, and run `npm install` and then `npm test`
to build everything. New rules will be automatically added to `rules.md`.
Please see the current patterns for inspiration.

## Rules

See [`rules.md`][rules] for a list of rules.
Once you are happy with the new rule, add a test for it in
[`test.js`][test] and open a Pull Request.

## Related

Expand All @@ -89,14 +96,6 @@ See [`rules.md`][rules] for a list of rules.
* [`retext-simplify`](https://github.com/retextjs/retext-simplify)
— Check phrases for simpler alternatives

## Contribute

See [`contributing.md` in `retextjs/retext`][contributing] for ways to get
started.

This organisation has a [Code of Conduct][coc]. By interacting with this
repository, organisation, or community you agree to abide by its terms.

## License

[MIT][license] © [Titus Wormer][author]
Expand Down Expand Up @@ -127,6 +126,8 @@ repository, organisation, or community you agree to abide by its terms.

[script]: script

[test]: test.js

[rules]: rules.md

[contributing]: https://github.com/retextjs/retext/blob/master/contributing.md
Expand Down

0 comments on commit c0f9e75

Please sign in to comment.