Skip to content

Resolve "Création des différentes pages"

Ghost User requested to merge 7-creation-des-differentes-pages into develop

Please read this!

Before opening a new issue, make sure to search for keywords in the issues filtered by the "regression" or "bug" labels, and verify the issue you're about to submit isn't a duplicate. Please remove this notice if you're confident your issue isn't a duplicate.

If this request if still a work in progress, please choose the label “Work in progress” and add “WIP” at the very beginning of this merge request title.


Status

READY/IN DEVELOPMENT/HOLD

Migrations needed

NO

Break compatibility

NO

Before submitting my request

Before requesting any merge into other development branches, please ensure you follow guidelines from the CONTRIBUTING guide. At this moment, it consists on:

  • Ensuring your patches run properly on the Docker environment we provide.
  • Checking for any regression. It there is one, fix it.
  • Use Php Code Sniffer to check for any style issue that may affect the code quality.

Description

A few sentences describing the overall goals of the pull request's commits.

Related documents

Todos

  • Tests
  • Documentation

Deploy Notes

Notes regarding deployment the contained body of work. These should note any db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the merge request here.

git pull --prune
git checkout <feature_branch>

Impacted Areas in Application

List general components of the application that this merge request will affect:

Merge request reports