diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-05-01 15:27:33 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 15:27:33 +1000 | 
| commit | 54bee80bafe6b6b7b107f20254a1c3975c339490 (patch) | |
| tree | 09f7274cee959c3374c60feec7168773136e60dc /cmd/authelia-gen | |
| parent | 1903979d52ab519bf7bf6367bbdc909979d63b99 (diff) | |
docs: detailed reproduction information (#5351)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'cmd/authelia-gen')
| -rw-r--r-- | cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl b/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl index 144b3fc0b..7fe279929 100644 --- a/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl +++ b/cmd/authelia-gen/templates/github_issue_template_bug_report.yml.tmpl @@ -79,7 +79,7 @@ body:      id: reproduction      attributes:        label: Reproduction -      description: Describe how we can reproduce this issue. +      description: Describe how we can reproduce this issue. This should be step by step and should include detailed and specific information. Abstract or generic information should be avoided. For example this should include specific application names and versions if relevant. Reproducing the issue is important so we can verify it exists, add relevant tests, and verify it is solved.      validations:        required: true    - type: textarea  | 
