mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
minor #13882 [maintenance]Unify markdown tables (Ferror)
This PR was merged into the 1.12-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | none
| License | MIT
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
<img width="874" alt="Screenshot 2022-04-17 at 00 32 36" src="https://user-images.githubusercontent.com/17534504/163693300-71da6a05-4c8d-4729-9722-30a24aa8e196.png">
Commits
-------
7c8b4dd945 [maintenance]Unify markdown tables
This commit is contained in:
commit
e66eed0814
2 changed files with 16 additions and 16 deletions
14
.github/ISSUE_TEMPLATE.md
vendored
14
.github/ISSUE_TEMPLATE.md
vendored
|
|
@ -1,10 +1,10 @@
|
|||
| Q | A
|
||||
| ---------------- | -----
|
||||
| Bug report? | no/yes
|
||||
| Feature request? | no/yes
|
||||
| BC Break report? | no/yes
|
||||
| RFC? | no/yes
|
||||
| Sylius version | 1.x.y
|
||||
| Q | A |
|
||||
|------------------|--------|
|
||||
| Bug report? | no/yes |
|
||||
| Feature request? | no/yes |
|
||||
| BC Break report? | no/yes |
|
||||
| RFC? | no/yes |
|
||||
| Sylius version | 1.x.y |
|
||||
|
||||
<!--
|
||||
- For support requests and how-tos, visit https://docs.sylius.com/en/latest/book/support/
|
||||
|
|
|
|||
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,12 +1,12 @@
|
|||
| Q | A
|
||||
| --------------- | -----
|
||||
| Branch? | 1.10, 1.11 or master <!-- see the comment below -->
|
||||
| Bug fix? | no/yes
|
||||
| New feature? | no/yes
|
||||
| BC breaks? | no/yes
|
||||
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file -->
|
||||
| Related tickets | fixes #X, partially #Y, mentioned in #Z
|
||||
| License | MIT
|
||||
| Q | A |
|
||||
|-----------------|--------------------------------------------------------------|
|
||||
| Branch? | 1.10, 1.11 or master <!-- see the comment below --> |
|
||||
| Bug fix? | no/yes |
|
||||
| New feature? | no/yes |
|
||||
| BC breaks? | no/yes |
|
||||
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file --> |
|
||||
| Related tickets | fixes #X, partially #Y, mentioned in #Z |
|
||||
| License | MIT |
|
||||
|
||||
<!--
|
||||
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue