Skip to content

Commit e64bb2f

Browse files
docs: issue and PR templates
Closes #55 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 476625e commit e64bb2f

5 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Bug Report"
2+
description: Report a bug
3+
title: "(short issue description)"
4+
labels: [bug]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
description: What is the problem?
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Environment
15+
description: You can use `create-awesome-python-app --info` to fill this section.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: General Question
4+
url: https://github.com/Create-Python-App/create-python-app/discussions
5+
about: Please ask and answer questions here.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Documentation Issue
2+
description: Report a docs problem
3+
labels: [documentation]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
validations:
9+
required: true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Feature Request
2+
description: Suggest an idea
3+
title: "(short issue description)"
4+
labels: [enhancement]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Problem
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: Solution

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Summary
2+
-
3+
4+
## Test plan
5+
- [ ] `make test`
6+
- [ ] `make lint`
7+
- [ ] `make typecheck`
8+
9+
Closes #

0 commit comments

Comments
 (0)