You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Community
4
4
5
-
* Get Ergonode support on [**Slack**](https://ergonode.slack.com)and [**email**](team@ergonode.com).
5
+
* Get Ergonode support on [**Slack**](https://ergonode.slack.com)or send us email**team@ergonode.com**.
6
6
* Follow us on [**GitHub**](https://github.com/ergonode), [**Twitter**](https://twitter.com/ergonode) and [**Facebook**](https://www.facebook.com/ergonode),
Copy file name to clipboardExpand all lines: docs/backend/cookbook/new_condition.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -371,4 +371,4 @@ and in the api ```/api/v1/EN/dictionary/conditions``` endpoint you should have
371
371
}
372
372
```
373
373
374
-
full code example you can find in the [product-sku-condition-module](https://github.com/wiewiurdp/docs/tree/master/docs/backend/cookbok/examples/product-sku-condition-module)
374
+
You can find code examples under namespace `Ergonode\Condition`
Copy file name to clipboardExpand all lines: docs/community/contribution.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ The Ergonode development team will review all issues and contributions submitted
22
22
### Contribution requirements
23
23
---
24
24
25
-
1. Contributions must adhere to the [Coding standards](frontend/quality?id=coding-standards).
25
+
1. Contributions must adhere to the [Coding standards](backend/coding_standards.md).
26
26
27
27
2. Pull requests (PRs) must be accompanied by a meaningful description of their purpose. Comprehensive descriptions increase the chances of a pull request being merged quickly and without additional clarification requests. Description can be delivered as an issue linked to PR.
28
28
29
29
3. PRs which include bug fixes must be accompanied with a step-by-step description of how to reproduce the bug. This also can be delivered as a linked issue.
30
30
31
31
4. PRs which include new logic or new features must be submitted along with:
32
32
33
-
a. Unit/integration [test](frontend/quality?id=tests) coverage.
33
+
a. Unit/integration [test](backend/tests.md) coverage.
34
34
35
35
b. PRD - Product Requirement Document that contains all necessary background of purpose and proposed implementations.
0 commit comments