Skip to content

Commit 6c4fdf5

Browse files
authored
Merge pull request #5814 from apache/revert-github-forms
Revert "convert bug and enhancement template to form"
2 parents c5a6fb8 + 48bc077 commit 6c4fdf5

5 files changed

Lines changed: 63 additions & 79 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Describe a scenario in which CouchDB behaves unexpectedly
4+
title: ''
5+
labels: bug, needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )
11+
12+
## Description
13+
14+
[NOTE]: # ( Describe the problem you're encountering. )
15+
[TIP]: # ( Do NOT give us access or passwords to your actual CouchDB! )
16+
17+
## Steps to Reproduce
18+
19+
[NOTE]: # ( Include commands to reproduce, if possible. curl is preferred. )
20+
21+
## Expected Behaviour
22+
23+
[NOTE]: # ( Tell us what you expected to happen. )
24+
25+
## Your Environment
26+
27+
[TIP]: # ( Include as many relevant details about your environment as possible. )
28+
[TIP]: # ( You can paste the output of curl http://YOUR-COUCHDB:5984/ here. )
29+
30+
* CouchDB version used:
31+
* Browser name and version:
32+
* Operating system and version:
33+
34+
## Additional Context
35+
36+
[TIP]: # ( Add any other context about the problem here. )

.github/ISSUE_TEMPLATE/bug_report.yml

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Enhancement request
3+
about: Suggest an idea for a future version of CouchDB
4+
title: ''
5+
labels: enhancement, needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ )
11+
12+
## Summary
13+
14+
[NOTE]: # ( Provide a brief overview of what the new feature is all about. )
15+
16+
## Desired Behaviour
17+
18+
[NOTE]: # ( Tell us how the new feature should work. Be specific. )
19+
[TIP]: # ( Do NOT give us access or passwords to your actual CouchDB! )
20+
21+
## Possible Solution
22+
23+
[NOTE]: # ( Not required. Suggest how to implement the addition or change. )
24+
25+
## Additional context
26+
27+
[TIP]: # ( Why does this feature matter to you? What unique circumstances do you have? )

.github/ISSUE_TEMPLATE/enhancement.yml

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

0 commit comments

Comments
 (0)