Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit f0afbb3

Browse files
authored
fixes release 0.7 (#25)
*fiexes release 0.7
1 parent d02bf03 commit f0afbb3

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Community
44

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**.
66
* Follow us on [**GitHub**](https://github.com/ergonode), [**Twitter**](https://twitter.com/ergonode) and [**Facebook**](https://www.facebook.com/ergonode),
77

88
## Quick start

docs/_sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**Ergonode** ](index.md)
1+
**Ergonode**
22
* [**Basic information**](basic_info.md)
33
* [**Backend**](backend.md)
44
* [Architecture](backend/architecture.md)

docs/backend/cookbook/new_condition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,4 +371,4 @@ and in the api ```/api/v1/EN/dictionary/conditions``` endpoint you should have
371371
}
372372
```
373373

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`

docs/basic_info.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ Ergonode is under [OSL-3.0](https://opensource.org/licenses/osl-3.0.php) license
77
## Road map
88

99
[**Click here**](https://trello.com/b/DSWyaTlL/ergonode-product-roadmap)
10-
~~~~

docs/community/contribution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ The Ergonode development team will review all issues and contributions submitted
2222
### Contribution requirements
2323
---
2424

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).
2626

2727
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.
2828

2929
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.
3030

3131
4. PRs which include new logic or new features must be submitted along with:
3232

33-
a. Unit/integration [test](frontend/quality?id=tests) coverage.
33+
a. Unit/integration [test](backend/tests.md) coverage.
3434

3535
b. PRD - Product Requirement Document that contains all necessary background of purpose and proposed implementations.
3636

0 commit comments

Comments
 (0)