diff --git a/.github/ISSUE_TEMPLATE/03-chore.yml b/.github/ISSUE_TEMPLATE/03-chore.yml new file mode 100644 index 000000000..2642f21ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-chore.yml @@ -0,0 +1,68 @@ +name: "Chore" +description: "Simple modification request (for example dependency update)" +title: "[CHORE]: " +labels: ["chore"] +#assignees: +body: + - type: markdown + attributes: + value: | + Before submitting a new issue, please verify if a similar one exists to avoid duplicates. + + In the title, if possible, add reference to the affected module in the format : + + [module] + + for instance : + + [fj-doc-freemarker] + + If you have any doubt about behaviour, consider : + + * reading the [guide](https://venusdocs.fugerit.org/guide/) + * asking a [question](https://github.com/fugerit-org/fj-doc/discussions/categories/q-a) + + Thanks in advance + - type: dropdown + id: module + attributes: + label: Module + description: Choose the main module affected by the bug, or *fj-doc* if multiple/all modules are affected. + multiple: true + options: + - fj-doc - multiple or all modules + - fj-doc-base - framework core (and Venus Doc Format - XML) + - fj-doc-base-json - Venus Doc Format JSON + - fj-doc-base-yaml - Venus Doc Format YAML + - fj-doc-base-kotlin - Venus Doc Format Kotlin Domain Specific Language (DSL) + - fj-doc-freemarker - Dynamic Data Model and FreeMarker configuration + - fj-doc-mod-fop - PDF, XSL-FO doc handler based on Apache FOP + - fj-doc-mod-poi - XLS, XLSX doc handler based on Apache POI + - fj-doc-mod-opencsv - CSV doc handler based on OpenCSV + - fj-doc-mod-openpdf-ext - PDF doc handler based on OpenPDF + - fj-doc-mod-openrtf-ext - RTF doc handler based on OpenRTF + - fj-doc-mod-lib-autodoc - Bundled library for XSD auto documentation + - fj-doc-mod-lib-simpletable - Bundled library handling simple table data model + - fj-doc-mod-lib-simpletable-import - Bundled library handling simple table import from Excel / CSV + - fj-doc-mod-lib-kotlin - Bundled library generating Kotlin DSL based on XSD + - fj-doc-maven-plugin - Maven plugin to setup new/existing projects and validate freemarker templates + - fj-doc-sample - Sample library + - fj-doc-playground-quarkus - The Quarkus 3 based playground + - fj-doc-guide - AsciiDoc guide generation + - fj-doc-val - The document validation extension (any submodule) + validations: + required: false + - type: input + id: expectedBehaviour + attributes: + label: Expected Behavior + description: Describe the expected behaviour of the software + validations: + required: true + - type: textarea + id: otherInformation + attributes: + label: Other information + description: Any other information you want to provide + validations: + required: false