Skip to content

Commit 6073a1e

Browse files
committed
fix: update email format in Code of Conduct and CONTRIBUTING.md
1 parent 23a5ab0 commit 6073a1e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
shytiger@yahoo.com
63+
<shytiger@yahoo.com>
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please take a moment to review this document to understand our contribution guid
2020

2121
## Code of Conduct
2222

23-
This project and everyone participating in it is governed by the [js-quality-starter Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to shytiger@yahoo.com.
23+
This project and everyone participating in it is governed by the [js-quality-starter Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to <shytiger@yahoo.com>.
2424

2525
## How to Contribute
2626

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ In the project directory, you can run:
5959
- `npm run format:md`: Checks for formatting issues with Prettier for Markdown files.
6060
- `npm run format:md:fix`: Formats all Markdown files with Prettier.
6161

62-
6362
## How It Works
6463

6564
### Pre-commit Hooks

0 commit comments

Comments
 (0)