Skip to content

Commit 16e9b59

Browse files
committed
fix issue templates
1 parent a5fd988 commit 16e9b59

4 files changed

Lines changed: 95 additions & 58 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
name: 🐞 Bug Report
2+
description: File a Bug report in Java Integration
3+
title: "🐞: "
4+
labels: [ "type:bug", "triage" ]
5+
assignees:
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: What happened?
15+
description: Also tell us, what did you expect to happen?
16+
placeholder: Tell us what you see!
17+
value: "A bug happened!"
18+
validations:
19+
required: true
20+
- type: dropdown
21+
id: integration
22+
attributes:
23+
label: What Allure Integration are you using?
24+
multiple: true
25+
description: Please select the Allure integration you
26+
options:
27+
- allure-assertj
28+
- allure-attachments
29+
- allure-awaitility
30+
- allure-citrus
31+
- allure-cucumber2-jvm
32+
- allure-cucumber3-jvm
33+
- allure-cucumber4-jvm
34+
- allure-cucumber5-jvm
35+
- allure-cucumber6-jvm
36+
- allure-cucumber7-jvm
37+
- allure-descriptions-javadoc
38+
- allure-grpc
39+
- allure-hamcrest
40+
- allure-httpclient
41+
- allure-java-commons
42+
- allure-jax-rs
43+
- allure-jbehave
44+
- allure-jsonunit
45+
- allure-junit-platform
46+
- allure-junit4
47+
- allure-junit5
48+
- allure-karate
49+
- allure-okhttp
50+
- allure-okhttp3
51+
- allure-reader
52+
- allure-rest-assured
53+
- allure-scalatest
54+
- allure-selenide
55+
- allure-servlet-api
56+
- allure-spock
57+
- allure-spock2
58+
- allure-spring-web
59+
- allure-test-filter
60+
- allure-testng
61+
validations:
62+
required: true
63+
- type: input
64+
id: integration_version
65+
attributes:
66+
label: What version of Allure Integration you are using?
67+
placeholder: 2.22.3
68+
validations:
69+
required: true
70+
- type: input
71+
id: allure_report_version
72+
attributes:
73+
label: What version of Allure Report you are using?
74+
placeholder: 2.22.3
75+
validations:
76+
required: true
77+
- type: checkboxes
78+
id: terms
79+
attributes:
80+
label: Code of Conduct
81+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/allure-framework/allure-java/blob/master/CODE_OF_CONDUCT.md)
82+
options:
83+
- label: I agree to follow this project's Code of Conduct
84+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🐞 Issue with html report
4+
url: https://github.com/allure-framework/allure2/issues/new/choose
5+
about: For Allure Report related issues.
6+
- name: 💬 Allure Report Community
7+
url: https://github.com/orgs/allure-framework/discussions
8+
about: Please ask and answer questions here.
9+
- name: 🥇 Allure TestOps Support
10+
url: https://help.qameta.io/support/home
11+
about: Please report Allure TestOps issues here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)