Skip to content

Commit d8ad9a0

Browse files
committed
docs: a template for support requests
1 parent 383fa08 commit d8ad9a0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/support.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Support request
3+
about: Ask for help using coverage.py
4+
title: ''
5+
labels: support, needs triage
6+
assignees: ''
7+
8+
---
9+
10+
**Have you asked elsewhere?**
11+
12+
There are other good places to ask for help using coverage.py. These places let
13+
other people suggest solutions, are more likely places for people to find your
14+
question:
15+
16+
- [Stack Overflow](https://stackoverflow.com/questions/tagged/coverage.py)
17+
- [discuss.python.org](https://discuss.python.org/search?q=coverage.py)
18+
19+
**Describe your situation**
20+
21+
Wherever you ask your question, be sure to explain:
22+
23+
- What you did
24+
- What happened
25+
- How that was different than what you wanted to happen
26+
- What kind of help you need

0 commit comments

Comments
 (0)