Skip to content

Commit

Permalink
OPENEUROPA-565 - Patterns and References - Refactoring of public docu… (
Browse files Browse the repository at this point in the history
#9)

* OPENEUROPA-565 - Patterns and References - Refactoring of public documentation

* OPENEUROPA-565: Fixed minor types found during PR review

* OPENEUROPA-565: Adding missing file regarding the development workflow.

* OPENEUROPA-565: Remove orphan documentation files from previous structure
  • Loading branch information
hernani authored and netlooker committed May 18, 2018
1 parent 91e6105 commit e646601
Show file tree
Hide file tree
Showing 26 changed files with 67 additions and 21 deletions.
37 changes: 32 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,38 @@ In order to achieve such a goal the OpenEuropa Initiative will focus on the foll

For more information please check:

- [OpenEuropa components](docs/openeuropa-components.md)
- [How to contribute](docs/how-to-contribute.md)
- [Coding standards](docs/coding-standards.md)
- [Release cycle](docs/release-cycle.md)
- [Third party open source](docs/third-party-open-source.md)
* OpenEuropa initiative
* [Code of Conduct](docs/initiative/code-of-conduct.md)
* [Release cycle](docs/initiative/release-cycle.md)
* [How to contribute](docs/initiative/how-to-contribute.md)
* [OpenEuropa components](docs/openeuropa-components.md)
* Before you start
* [Repositories architecture](docs/starting/repository-architecture.md)
* [Dependency management](docs/starting/dependency-management-and-patching.md)
* [Tooling](docs/starting/tooling.md)
* Architecture
* Third party
* Drupal
* [Content architecture](docs/architecture/third-party/drupal/content-architecture.md)
* [Layout architecture](docs/architecture/third-party/drupal/layout-architecture.md)
* [Configuration management](docs/architecture/third-party/drupal/configuration-management.md)
* [Module selection](docs/architecture/third-party/drupal/selecting-contributed-modules.md)
* [Experimental modules policy](docs/architecture/third-party/drupal/experimental-module-policy.md)
* Development
* [Development Workflow](docs/development/development-workflow.md)
* [Feature development guidelines](docs/development/feature-development.md)
* [Coding standards](docs/development/coding-standards.md)
* [Frontend development](docs/development/frontend/index.md)
* Third party development
* [Drupal](docs/development/third-party/drupal/index.md)
* [CI And deployment workflow](docs/development/ci-deployment-workflow.md)
* [Release workflow](docs/development/release-workflow.md)
* Templates
* [Issue template](docs/templates/issue-template.md)
* [Pull request template](docs/templates/pull-request-template.md)
* Testing
* [Types of testing](docs/testing/types-of-testing.md)
* [Running tests](docs/testing/runnning-tests.md)

[1]: https://ec.europa.eu/info/departments/informatics
[2]: https://opensource.org
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
7 changes: 7 additions & 0 deletions docs/development/ci-deployment-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# CI Deployment Workflow

OpenEuropa is using [Drone][1] for continuous integration and continuous delivery.
For more information about Drone please check [Drone](docs/development/third-party/drone.md)]

[1]: https://drone.io
File renamed without changes.
1 change: 1 addition & 0 deletions docs/development/development-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
15 changes: 15 additions & 0 deletions docs/development/feature-development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Feature implementation

Definition of mandatory steps of feature development

-- TO BE DEFINED --

## Purpose and scope

## Implementation

## Reviewing performance/security/configuration management

## Feature Documentation
## Feature Test coverage
1 change: 1 addition & 0 deletions docs/development/frontend/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
1 change: 1 addition & 0 deletions docs/development/release-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
File renamed without changes.
1 change: 1 addition & 0 deletions docs/development/third-party/drupal/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/starting/dependency-management-and-patching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
1 change: 1 addition & 0 deletions docs/starting/repository-architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
1 change: 1 addition & 0 deletions docs/starting/tooling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/testing/runnning-tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
1 change: 1 addition & 0 deletions docs/testing/types-of-testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- TO BE DEFINED --
8 changes: 0 additions & 8 deletions docs/third-party-open-source.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/third-party/drupal.md

This file was deleted.

0 comments on commit e646601

Please sign in to comment.