Added 30 .base.md files using the mmg (Multilingual Markdown Generator) format to automatically generate English (.md) and French (.fr.md) versions of all project documentation. Updated conf/make.documentation.Makefile to process all .base.md files via `make doc_markdown`.
55 lines
1.1 KiB
Markdown
55 lines
1.1 KiB
Markdown
<!---------------------------->
|
|
<!-- multilingual suffix: en, fr -->
|
|
<!-- no suffix: en -->
|
|
<!---------------------------->
|
|
|
|
<!-- [common] -->
|
|
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- [en] -->
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**ERPLibre version**
|
|
|
|
<!-- [fr] -->
|
|
**Décrivez le bogue**
|
|
Une description claire et concise du bogue.
|
|
|
|
**Pour reproduire**
|
|
Étapes pour reproduire le comportement :
|
|
|
|
**Comportement attendu**
|
|
Une description claire et concise de ce que vous attendiez.
|
|
|
|
**Captures d'écran**
|
|
Si applicable, ajoutez des captures d'écran pour aider à expliquer votre problème.
|
|
|
|
**Version d'ERPLibre**
|
|
|
|
<!-- [common] -->
|
|
- show `make version`
|
|
|
|
<!-- [en] -->
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
<!-- [fr] -->
|
|
**Contexte supplémentaire**
|
|
Ajoutez tout autre contexte concernant le problème ici.
|