Skip to content

Commit

Permalink
Update various community docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Oct 20, 2022
1 parent ec41304 commit cea3932
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 238 deletions.
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/formatting.md

This file was deleted.

183 changes: 0 additions & 183 deletions CONTRIBUTING.md

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,11 @@ Refer to [this issue](https://github.com/prettier/plugin-ruby/issues/113#issueco

## Contributing

Check out our [contributing guide](CONTRIBUTING.md). Bug reports and pull requests are welcome on GitHub at https://github.com/prettier/plugin-ruby.
Thanks so much for your interest in contributing! You can contribute in many ways, including:

You can support `prettier/plugin-ruby` [on OpenCollective](https://opencollective.com/prettier-ruby/contribute). Your organization's logo will show up here with a link to your website.
* Contributing code to fix any bugs on [GitHub](https://github.com/prettier/plugin-ruby).
* Reporting issues on [GitHub](https://github.com/prettier/plugin-ruby/issues/new).
* Supporting `prettier/plugin-ruby` on [OpenCollective](https://opencollective.com/prettier-ruby/contribute). Your organization's logo will show up here with a link to your website.

<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
Expand Down
10 changes: 5 additions & 5 deletions prettier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))

Gem::Specification.new do |spec|
spec.name = "prettier"
spec.version = package["version"]
spec.authors = [package["author"]]
spec.version = package.fetch("version")
spec.authors = [package.fetch("author")]

spec.summary = package["description"]
spec.homepage = package["homepage"]
spec.license = package["license"]
spec.summary = package.fetch("description")
spec.homepage = package.fetch("homepage")
spec.license = package.fetch("license")

spec.files =
Dir.chdir(__dir__) do
Expand Down

0 comments on commit cea3932

Please sign in to comment.