This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0dd2c9
commit 9e53d49
Showing
1 changed file
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
import { markdown } from "danger" | ||
|
||
markdown(` | ||
**Congratulations! 🎉 You're almost there...** | ||
markdown( | ||
`**Congratualstions! 🎉 You're almost there...** | ||
Your PR is a fact and it'll be reviewed as soon as possible. The last step is to receive an approving review and merge it. ✅ | ||
Your PR is a fact and it'll be reviewed as soon as possible. The last step is to receive an approving review and merge it. ✅ | ||
**The final thing left to is:** | ||
- Upload a screen recoding to prove that your code works. _(without it we can't merge your PR)_ | ||
**Code quality tips:** | ||
- The keyword is **simplicity**. | ||
- Can I do it in a more simple and straightforward way? | ||
- Can I do it with less code? If so, delete what's unnecessary. | ||
- Did I over-engineer it? | ||
_Thank you for your contributuon! 👏_` | ||
**The final thing left to do is:** | ||
- Upload a screen recording to prove that your code works. _(without it we can't merge your PR)_ | ||
**Code quality tips:** | ||
- The keyword is **simplicity**. | ||
- Can I do it in a more simple and straightforward way? | ||
- Can I do it with less code? If so, delete what's unnecessary. | ||
- Did I over-engineer it? | ||
_Thank you for your contribution! 👏_` | ||
) |