mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 11:16:13 +01:00
Compare commits
No commits in common. "57a2639edfc9ad95f11c087ad0d3aab4c67a6372" and "0f976a2c5873660aa2ed28525b069febbd112117" have entirely different histories.
57a2639edf
...
0f976a2c58
5 changed files with 18 additions and 10 deletions
14
.github/ISSUE_TEMPLATE/technical_feedback.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/technical_feedback.md
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: Technical Feedback
|
||||||
|
about: Provide technical feedback to help us improve
|
||||||
|
title: "Technical Feedback: Please add a speaking title"
|
||||||
|
labels: 'feedback'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the area**
|
||||||
|
A short introduction to the area, e.g. a decision regarding file formats, location, etc.
|
||||||
|
|
||||||
|
**Feedback**
|
||||||
|
Your feedback, e.g. what would you do instead, what are pros and cons of the different ways in doing things.
|
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -9,7 +9,7 @@ updates:
|
||||||
# adjust this number according to your own milestones if used.
|
# adjust this number according to your own milestones if used.
|
||||||
milestone: 12
|
milestone: 12
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "[TASK][Dependabot] "
|
prefix: "[TASK] "
|
||||||
|
|
||||||
- package-ecosystem: "composer"
|
- package-ecosystem: "composer"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
@ -30,7 +30,7 @@ updates:
|
||||||
# adjust this number according to your own milestones if used.
|
# adjust this number according to your own milestones if used.
|
||||||
milestone: 12
|
milestone: 12
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "[TASK][Dependabot] "
|
prefix: "[TASK] "
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
@ -40,4 +40,4 @@ updates:
|
||||||
# adjust this number according to your own milestones if used.
|
# adjust this number according to your own milestones if used.
|
||||||
milestone: 12
|
milestone: 12
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "[TASK][Dependabot] "
|
prefix: "[TASK] "
|
||||||
|
|
|
@ -26,7 +26,7 @@ You can also use this extension to manage your collection of delicious teas.
|
||||||
We value and welcome feedback of all kinds, including discussions.
|
We value and welcome feedback of all kinds, including discussions.
|
||||||
Feedback can be sent via TYPO3 slack within [our channel](https://app.slack.com/client/T024TUMLZ/CSQ8T0VS5) or via direct massages to the team members.
|
Feedback can be sent via TYPO3 slack within [our channel](https://app.slack.com/client/T024TUMLZ/CSQ8T0VS5) or via direct massages to the team members.
|
||||||
We also welcome email. All the contact information is available at our [typo3.org team page](https://typo3.org/community/teams/best-practices).
|
We also welcome email. All the contact information is available at our [typo3.org team page](https://typo3.org/community/teams/best-practices).
|
||||||
Another way is to create a [discussion on GitHub](https://github.com/FriendsOfTYPO3/tea/discussions).
|
Another way is to open an [issue on GitHub](https://github.com/FriendsOfTYPO3/tea/issues/new/choose).
|
||||||
|
|
||||||
## Philosophies
|
## Philosophies
|
||||||
|
|
||||||
|
|
|
@ -22,9 +22,6 @@ use TYPO3\TestingFramework\Core\AccessibleObjectInterface;
|
||||||
use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
|
use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Note: Unit tests for controllers are not considered best practice anymore. Instead, functional tests should be used.
|
|
||||||
* We're currently in the process of migrating all controller tests to functional tests.
|
|
||||||
*
|
|
||||||
* @covers \TTN\Tea\Controller\FrontEndEditorController
|
* @covers \TTN\Tea\Controller\FrontEndEditorController
|
||||||
*/
|
*/
|
||||||
final class FrontEndEditorControllerTest extends UnitTestCase
|
final class FrontEndEditorControllerTest extends UnitTestCase
|
||||||
|
|
|
@ -17,9 +17,6 @@ use TYPO3\TestingFramework\Core\AccessibleObjectInterface;
|
||||||
use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
|
use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Note: Unit tests for controllers are not considered best practice anymore. Instead, functional tests should be used.
|
|
||||||
* We're currently in the process of migrating all controller tests to functional tests.
|
|
||||||
*
|
|
||||||
* @covers \TTN\Tea\Controller\TeaController
|
* @covers \TTN\Tea\Controller\TeaController
|
||||||
*/
|
*/
|
||||||
final class TeaControllerTest extends UnitTestCase
|
final class TeaControllerTest extends UnitTestCase
|
||||||
|
|
Loading…
Reference in a new issue