Skip to content
Snippets Groups Projects
Commit 88ade4c0 authored by Éloïs's avatar Éloïs
Browse files

[doc] dev: add index

parent af51f58c
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ via [the technical forum] before making a change.
Please note we have a specific workflow, please follow it in all your interactions with the project.
## Developer documentation
Please read [Developer documentation] before contribute.
## Workflow
- You must create an issue for each feature you wish to develop, with a precise title and a
......@@ -46,7 +50,8 @@ Please note we have a specific workflow, please follow it in all your interactio
- @Moul
- @c-geek
[commit naming conventions]: ./doc/dev/git-conventions.md#naming-commits
[Developer documentation]: ./doc/dev/index.md
[project's git conventions]: ./doc/dev/git-conventions.md
[Setting up your development environment]: ./doc/dev/setup_env_dev.md
[the technical forum]: https://forum.duniter.org
[project's git conventions]: ./doc/dev/git-conventions.md
[commit naming conventions]: ./doc/dev/git-conventions.md#naming-commits
Title: Developer documentation for Duniter
Order: 9
Date: 2021-05-02
Slug: doc-dev
Authors: elois
# User documentation for Duniter Server
- [Setting up your development environment](./setup_env_dev.md)
- [Git conventions](./git-conventions.md)
- [Project architecture](./architecture.md)
- [How to test a change in the schema of a DB](./test-db-change.md)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment