Skip to content

Add chore issue type #306 #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE/03-chore.yml
Original file line number Diff line number Diff line change
@@ -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