mirror of
https://github.com/Karaka-Management/Organization-Guide.git
synced 2026-02-08 17:08:40 +00:00
Update 01_Development.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
c3463230f0
commit
44cbc6419e
|
|
@ -50,7 +50,7 @@ php ./vendor/bin/php-cs-fixer fix ./ --config=Build/Config/.php-cs-fixer.php --a
|
||||||
php ./vendor/bin/phpcbf --standard=Build/Config/phpcs.xml ./
|
php ./vendor/bin/phpcbf --standard=Build/Config/phpcs.xml ./
|
||||||
php ./vendor/bin/rector process --dry-run --config Build/Config/rector.php ./
|
php ./vendor/bin/rector process --dry-run --config Build/Config/rector.php ./
|
||||||
npx eslint ./ -c ./Build/Config/.eslintrc.json
|
npx eslint ./ -c ./Build/Config/.eslintrc.json
|
||||||
find . -regex'.*\.\(cpp|h\)' -exec clang-format -style=file:Build/Config/.clang-format -i {} \;
|
find . -regex '.*\.\(cpp\|h\)' -exec clang-format -style=file:Build/Config/.clang-format -i {} \;
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Tests
|
#### Tests
|
||||||
|
|
@ -141,11 +141,11 @@ quadrantChart;
|
||||||
|
|
||||||
#### Documentation
|
#### Documentation
|
||||||
|
|
||||||
Occasionally new code or code changes also require new documentation or documentation changes. Developers should make sure that the new code is also reflected in the existing documentation ([Developer-Guide](), [User-Guide]() and/or module documentation) or if additional documentation is necessary.
|
Occasionally new code or code changes also require new documentation or documentation changes. Developers should make sure that the new code is also reflected in the existing documentation ([Developer-Guide](https://github.com/Karaka-Management/Developer-Guide), [User-Guide](https://github.com/Karaka-Management/User-Guide) and/or module documentation) or if additional documentation is necessary.
|
||||||
|
|
||||||
#### Improvements, features, bugs
|
#### Improvements, features, bugs
|
||||||
|
|
||||||
If a developer (or employee in general) has an idea for an improvement, feature or finds a potential bug it should be reported at https://github.com/Karaka-Management/Karaka/issues. A senior developer has to check these issues and decide how to proceed with them. The decision how to proceed with the issue must be explained by the senior developer as a response in the issue. Possible steps are:
|
If a developer (or employee in general) has an idea for an improvement, feature or finds a potential bug it should be reported at [https://github.com/Karaka-Management/Karaka/issues](https://github.com/Karaka-Management/Karaka/issues). A senior developer has to check these issues and decide how to proceed with them. The decision how to proceed with the issue must be explained by the senior developer as a response in the issue. Possible steps are:
|
||||||
|
|
||||||
* Accept the issue and put the task into the [Todos](https://github.com/orgs/Karaka-Management/projects/10)
|
* Accept the issue and put the task into the [Todos](https://github.com/orgs/Karaka-Management/projects/10)
|
||||||
* Dismiss the issue with an explanation
|
* Dismiss the issue with an explanation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user