Skip to content

Commit ab7617b

Browse files
authored
feat: add pr title to email and fix typo (#141)
* chore: add sandbox to visualize the email * feat: add pr title to the email
1 parent ef0a4f5 commit ab7617b

15 files changed

+516
-17
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,17 @@ following steps:
1818
1. **Pushing the new tag to the remote:** Finally, the script pushes the new tag
1919
to the remote repository. From here, you will need to create a new release in
2020
GitHub and users can easily reference the new tag in their workflows.
21+
22+
## Sandbox
23+
24+
To work on the visual part of this project (email template), you can use the
25+
sandbox with:
26+
27+
```bash
28+
npm run sandbox
29+
```
30+
31+
It should open a browser window with the sandbox that contains the email
32+
template.
33+
34+
You can edit the React props in `sanbox/src/main.tsx`.

dist/index.js

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)