Skip to content

Commit c06b29c

Browse files
committed
docs: add bug report and feature request templates
Closes #473
1 parent 787b2b1 commit c06b29c

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the bug
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
## To reproduce
14+
<!-- Steps to reproduce the behavior: -->
15+
1. cd to '...'
16+
2. Type '....'
17+
3. See problem
18+
19+
## Expected behavior
20+
<!-- A clear and concise description of what you expected to happen. -->
21+
22+
## Versions (please complete the following information)
23+
24+
- [ ] Operating system name/distribution and version:
25+
- [ ] bash version, `echo "$BASH_VERSION"`:
26+
- [ ] bash-completion version, `(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")`:
27+
28+
## Additional context
29+
<!-- Add any other context about the problem here. -->
30+
31+
## Debug trace
32+
<!-- See Troubleshooting section in README.md how to generate a debug trace, copy-paste it into a separate file and attach the file here. -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the feature/solution
11+
<!-- A clear and concise description of what you want to happen. -->
12+
13+
## Maintenance (please complete the following information)
14+
<!-- See CONTRIBUTING.md, many of the considerations for new completions applies here, too. If upstream has been asked if they'd be interested in shipping the completion instead of us here in bash-completion, include link to the upstream query/issue below. -->
15+
16+
- [ ] This is a request for new completion
17+
- [ ] Link to upstream project query about shipping the completion:

0 commit comments

Comments
 (0)