Skip to content

Commit c5a6fb8

Browse files
authored
Merge pull request #5812 from apache/github-forms
convert bug and enhancement template to form
2 parents 06dfb82 + 9837f06 commit c5a6fb8

5 files changed

Lines changed: 79 additions & 63 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Bug report
2+
description: Describe a scenario in which CouchDB behaves unexpectedly
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
type: bug
6+
body:
7+
- type: dropdown
8+
id: version
9+
label: Version
10+
description: What version of our software are you running?
11+
options:
12+
- 3.0.0
13+
- 3.0.1
14+
- 3.1.0
15+
- 3.1.1
16+
- 3.1.2
17+
- 3.2.0
18+
- 3.2.1
19+
- 3.2.2
20+
- 3.2.3
21+
- 3.3.0
22+
- 3.3.1
23+
- 3.3.2
24+
- 3.3.3
25+
- 3.4.0
26+
- 3.4.1
27+
- 3.4.2
28+
- 3.4.3
29+
- 3.5.0
30+
- 3.5.1
31+
- unknown
32+
default: unknown
33+
- type: textarea
34+
id: summary
35+
attributes:
36+
label: Describe the problem you're encountering
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: expected-behaviour
41+
label: Expected Behaviour
42+
description: Tell us what you expected to happen
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: repro-steps
47+
attributes:
48+
label: Steps to Reproduce
49+
description: Include commands to reproduce, if possible. curl is preferred
50+
- type: textarea
51+
id: environment
52+
label: Your Environment
53+
description: Include as many relevant details about your environment as possible
54+
- type: textarea
55+
id: additional-context
56+
label: Additional Context
57+
description: Add any other context about the problem here

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Enhancement request
2+
description: Suggest an idea for a future version of CouchDB
3+
title: '[ENHANCEMENT]: '
4+
labels: ["enhancement", "needs-triage"]
5+
type: enhancement
6+
body:
7+
- type: textarea
8+
id: summary
9+
attributes:
10+
label: Provide a brief overview of what the new feature is all about
11+
- type: textarea
12+
id: desired-behaviour
13+
attributes:
14+
label: Tell us how the new feature should work. Be specific
15+
- type: textarea
16+
id: possible-solution
17+
label: Not required. Suggest how to implement the addition or change
18+
- type: textarea
19+
id: additional-context
20+
label: Additional Context
21+
description: Why does this feature matter to you? What unique circumstances do you have?

0 commit comments

Comments
 (0)