mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
+ ♻️ Made templates much simpler (#130)
This commit is contained in:
parent
c9e9b645aa
commit
9718963508
2 changed files with 17 additions and 20 deletions
11
.github/ISSUE_TEMPLATE/badge-request.md
vendored
11
.github/ISSUE_TEMPLATE/badge-request.md
vendored
|
|
@ -8,13 +8,6 @@ assignees: 'inttter'
|
|||
|
||||
Name:
|
||||
|
||||
|
||||
|
||||
Description:
|
||||
|
||||
<!-- Insert your markdown preview along with the code for it. !-->
|
||||
|
||||
<!-- BELOW IS AN EXAMPLE, REPLACE WITH YOUR BADGE!!!!! !-->
|
||||
|
||||
**Badge Code (with preview):**
|
||||
| Preview | Markdown Code |
|
||||
|---------|---------------|
|
||||
[](#) | `[](#)`
|
||||
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
## Preview:
|
||||
|
||||
<!-- insert a preview of the badge here !-->
|
||||
<!-- make sure it is implemented in your PR !-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue