File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ ## Summary
2+ -
3+
4+ ## Test plan
5+ - [ ] ` make test `
6+ - [ ] ` make lint `
7+ - [ ] ` make typecheck `
8+
9+ Closes #
You can’t perform that action at this time.
0 commit comments