Skip to content

Commit 697c72f

Browse files
committed
2 parents 1a6f168 + a6fc47e commit 697c72f

8 files changed

Lines changed: 508 additions & 8 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help uszipcode improve
4+
5+
---
6+
7+
**Describe the bug**
8+
9+
A clear and concise description of what the bug is.
10+
11+
**To Reproduce**
12+
13+
Steps to reproduce the behavior:
14+
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Additional context**
29+
30+
Add any other context about the problem 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+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,3 @@ info: ## ** Show information about python, pip in this environment
113113

114114
req-info: ## Show requirements information
115115
bash ./bin/py/req-info.sh
116-
117-
118-

0 commit comments

Comments
 (0)