10000 minor #17855 Simplify markdown for PR template (Pierstoval) · symfony/symfony@66fb0bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 66fb0bd

Browse files
committed
minor #17855 Simplify markdown for PR template (Pierstoval)
This PR was merged into the 2.3 branch. Discussion ---------- Simplify markdown for PR template I know it's all about rendering in the issue, but actually putting `[` in markdown can create some issues. Here, having raw informations looks better IMO and does not cause any rendering issue when not used. And double-click-selection does not force to remove the brackets manually. What do you think? Commits ------- a278035 Simplify markdown for PR template
2 parents a02967c + a278035 commit 66fb0bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
| Q | A
22
| ------------- | ---
3-
| Bug fix? | [yes|no]
4-
| New feature? | [yes|no]
5-
| BC breaks? | [yes|no]
6-
| Deprecations? | [yes|no]
7-
| Tests pass? | [yes|no]
8-
| Fixed tickets | [comma-separated list of tickets fixed by the PR, if any]
3+
| Bug fix? | yes/no
4+
| New feature? | yes/no
5+
| BC breaks? | yes/no
6+
| Deprecations? | yes/no
7+
| Tests pass? | yes/no
8+
| Fixed tickets | comma-separated list of tickets fixed by the PR, if any
99
| License | MIT
10-
| Doc PR | [reference to the documentation PR, if any]
10+
| Doc PR | reference to the documentation PR, if any

0 commit comments

Comments
 (0)
0