Spaces:
Running
Running
Update docker-compose.yml
Browse files- docker-compose.yml +6 -5
docker-compose.yml
CHANGED
|
@@ -32,7 +32,8 @@ pytest tests/test_ai_system.py
|
|
| 32 |
|
| 33 |
# Run with verbose output
|
| 34 |
pytest -v
|
| 35 |
-
|
|
|
|
| 36 |
Update documentation if needed
|
| 37 |
|
| 38 |
Add tests for new features
|
|
@@ -43,7 +44,7 @@ Get review from maintainers
|
|
| 43 |
|
| 44 |
Merge after approval
|
| 45 |
|
| 46 |
-
Bug Reports
|
| 47 |
When filing an issue, please include:
|
| 48 |
|
| 49 |
Description of the problem
|
|
@@ -58,7 +59,7 @@ Environment details
|
|
| 58 |
|
| 59 |
Relevant logs
|
| 60 |
|
| 61 |
-
Feature Requests
|
| 62 |
We welcome feature requests! Please provide:
|
| 63 |
|
| 64 |
Use case description
|
|
@@ -69,8 +70,8 @@ Alternative solutions considered
|
|
| 69 |
|
| 70 |
Impact on existing users
|
| 71 |
|
| 72 |
-
Security Issues
|
| 73 |
Please report security issues directly to security@saemstunes.com
|
| 74 |
|
| 75 |
-
Questions?
|
| 76 |
Contact the development team or open an issue for discussion.
|
|
|
|
| 32 |
|
| 33 |
# Run with verbose output
|
| 34 |
pytest -v
|
| 35 |
+
|
| 36 |
+
## Pull Request Process
|
| 37 |
Update documentation if needed
|
| 38 |
|
| 39 |
Add tests for new features
|
|
|
|
| 44 |
|
| 45 |
Merge after approval
|
| 46 |
|
| 47 |
+
## Bug Reports
|
| 48 |
When filing an issue, please include:
|
| 49 |
|
| 50 |
Description of the problem
|
|
|
|
| 59 |
|
| 60 |
Relevant logs
|
| 61 |
|
| 62 |
+
## Feature Requests
|
| 63 |
We welcome feature requests! Please provide:
|
| 64 |
|
| 65 |
Use case description
|
|
|
|
| 70 |
|
| 71 |
Impact on existing users
|
| 72 |
|
| 73 |
+
## Security Issues
|
| 74 |
Please report security issues directly to security@saemstunes.com
|
| 75 |
|
| 76 |
+
## Questions?
|
| 77 |
Contact the development team or open an issue for discussion.
|