diff options
author | Viktor Szépe <[email protected]> | 2024-05-10 16:08:54 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-10 08:08:54 -0600 |
commit | d7e3a1974ba968afd84faad207b8717f5faf6ad6 (patch) | |
tree | d2a4a3976571e2aca697ad38b32801086b68b347 /.github | |
parent | e60148ecc39f78214f8fc47d3d94f7099b655f56 (diff) | |
download | caddy-d7e3a1974ba968afd84faad207b8717f5faf6ad6.tar.gz caddy-d7e3a1974ba968afd84faad207b8717f5faf6ad6.zip |
Fix typos (#6311)
* Fix typos
* Revert
* Revert to "htlm"
* fix indentations
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 666ddef30..7142530e5 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -25,7 +25,7 @@ Other menu items: You can have a huge impact on the project by helping with its code. To contribute code to Caddy, first submit or comment in an issue to discuss your contribution, then open a [pull request](https://github.com/caddyserver/caddy/pulls) (PR). If you're new to our community, that's okay: **we gladly welcome pull requests from anyone, regardless of your native language or coding experience.** You can get familiar with Caddy's code base by using [code search at Sourcegraph](https://sourcegraph.com/github.com/caddyserver/caddy). -We hold contributions to a high standard for quality :bowtie:, so don't be surprised if we ask for revisions—even if it seems small or insignificant. Please don't take it personally. :blue_heart: If your change is on the right track, we can guide you to make it mergable. +We hold contributions to a high standard for quality :bowtie:, so don't be surprised if we ask for revisions—even if it seems small or insignificant. Please don't take it personally. :blue_heart: If your change is on the right track, we can guide you to make it mergeable. Here are some of the expectations we have of contributors: |