added CoastalCommits version of the github pr/issue fix

Seaswimmer 2024-02-13 00:44:41 +00:00
parent 65f0fa85bf
commit 83e33da9c7
Signed by untrusted user who does not match committer: CoastalCommits
GPG key ID: 7E73189F651A553F

@ -43,6 +43,11 @@ Replace: https://cdn.discordapp.com
Find: https:\/\/(to)?github\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull)\/(?<number>[0-9]+)\/*
Replace: [$<repo>#$<number>]($&)
```
### Beautify CoastalCommits Pull Request/Issue links
```regex
Find: https:\/\/(www.)?coastalcommits\.com\/(?<repo>[A-Za-z0-9-]+\/[A-Za-z0-9._-]+)\/(issues|pull)\/(?<number>[0-9]+)\/*
Replace: [$<repo>#$<number>]($&)
```
# Miscellaneous Rules
## Regex Replacement
### Easy Google searching