Skip to content

Commit

Permalink
Docs: various minor markdown tweaks
Browse files Browse the repository at this point in the history
* Update email address for CoC violations.
* No bare URLs.
* Always declare language for code blocks.
  • Loading branch information
jrfnl committed Oct 13, 2024
1 parent b3f1609 commit 5f79af6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: "\U0001F41B Bug report"
about: I got unexpected behavior and think it is a bug.
title: ''
---

<!--
Expand All @@ -26,7 +27,7 @@ The issue happens when running this command:
```

... with this configuration:
```
```xml
```


Expand All @@ -52,4 +53,5 @@ Please include as many details as relevant about the environment you experienced


## Tested Against `develop` branch?

- [ ] I have verified the issue still exists in the `develop` branch of this package.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: "\U0001F680 Feature request"
about: I have a suggestion (and may want to implement it).
title: ''
---

## Is your feature request related to a problem?
Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at info@phpcodesniffer.info. All
reported by contacting the project team at <info@phpcodesniffer.com>. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand All @@ -68,9 +68,9 @@ members of the project's leadership.
## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct/>

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

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
<https://www.contributor-covenant.org/faq/>
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# .github
# PHPCSStandards Community Health

Default community health files for all repositories in this organisation.

0 comments on commit 5f79af6

Please sign in to comment.