Skip to content

Commit

Permalink
docs: Update templates, covenants URLs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored May 26, 2024
1 parent ef01a3f commit ed92916
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Fixes:
- # <-- add issue number(s) as a rendered list
-->

<!--
If helpful, also include this checklist to communicate what you've done
to prepare this Pull Request for acceptance.
### self-review checklist
- [ ] My code follows the existing style, code structure, and naming taxonomy
Expand All @@ -34,6 +38,7 @@ Fixes:
- [ ] I have added or updated unit tests that prove my code is effective and covered
- [ ] My changes generate no new warnings or other code analysis issues
- [ ] I have made corresponding changes to the documentation
-->

<!--
We also recommend creating the pull request as early as possible,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with an action verb like *Add* or *Update*. Examples:
- _feat: Admin portal login_
- _fix: Divide by zero bug in SMA_
- _fix: Divide by zero in X calculation_
- _chore: Update packages_
- _docs: Improve setup guidance_
Expand Down
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 3000,
"files.encoding": "utf8",
"cSpell.words": [
"FacioQuo"
]
"cSpell.words": [
"FacioQuo"
]
}
18 changes: 8 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
support@facioquo.com.
[support@facioquo.com](mailto:support@facioquo.com).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down Expand Up @@ -114,15 +114,13 @@ the community.

## Attribution

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.
This Code of Conduct is adapted from the community
[Contributor Covenant version 2.0](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
Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).

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.
[contributor-covenant.org/faq](https://www.contributor-covenant.org/faq).
Translations are available at
[contributor-covenant.org/translations](https://www.contributor-covenant.org/translations).

0 comments on commit ed92916

Please sign in to comment.