Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Danger PR (fix Markdown #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Sep 9, 2023
1 parent b0dd2c9 commit 9e53d49
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .danger/danger_pr.ts
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! 👏_`
)

0 comments on commit 9e53d49

Please sign in to comment.