Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman committed Jun 6, 2021
1 parent f56e6ef commit 44f2e58
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Change Description

Fixes #.

Changes Proposed:
Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ the community.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
<https://www.contributor-covenant.org/faq>. Translations are available at
<https://www.contributor-covenant.org/translations>.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ There are three ways in which you can contribute to the project.

[![Sponsor](https://img.shields.io/badge/Sponsor-chris--araman-slateblue?logo=github&style=flat-square)](https://github.com/sponsors/chris-araman)

Your sponsorship will enable me to spend more time contributing to open source projects. Thanks for your support!
Your sponsorship will enable me to spend more time contributing to open source projects. Thanks for your support!

## 🐛 Issues

Submit [bug reports](https://github.com/chris-araman/CombineCloudKit/issues/new?template=bug_report.md) and
[feature requests](https://github.com/chris-araman/CombineCloudKit/issues/new?template=feature_request.md) using the provided templates.
I can't guarantee I can resolve everything reported, but I'd like the opportunity to try. Sponsorship can be quite
motivating. 😊
[feature requests](https://github.com/chris-araman/CombineCloudKit/issues/new?template=feature_request.md) using the
provided templates. I can't guarantee I can resolve everything reported, but I'd like the opportunity to try.
Sponsorship can be quite motivating. 😊

## 🧑🏽‍💻👩🏿‍💻👨🏻‍💻 Pull Requests

Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
name: "CombineCloudKitTests",
dependencies: [
"CombineCloudKit",
"CombineExpectations"
"CombineExpectations",
]
),
],
Expand Down

0 comments on commit 44f2e58

Please sign in to comment.