mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
35
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
name: Bug
|
||||||
|
about: Create a report of something is not working
|
||||||
|
labels: 'bug'
|
||||||
|
---
|
||||||
|
|
||||||
|
# Bug report
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Hi, thanks for submitting a bug. We appreciate that.
|
||||||
|
|
||||||
|
But, we will need some information about what's wrong to help you.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## What's wrong
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Describe what is not working.
|
||||||
|
|
||||||
|
Please, attach a traceback.
|
||||||
|
We would also appreciate a failing test case.
|
||||||
|
That is EXTREMELY helpful!
|
||||||
|
-->
|
||||||
|
|
||||||
|
## How is that should be
|
||||||
|
|
||||||
|
<!-- Describe how it should work. -->
|
||||||
|
|
||||||
|
## System information
|
||||||
|
|
||||||
|
- OS:
|
||||||
|
- `python` version:
|
||||||
|
- `django` version:
|
||||||
|
- `mypy` version:
|
||||||
|
- `django-stubs` version:
|
||||||
29
.github/pull_request_template.md
vendored
Normal file
29
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# I have made things!
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Hi, thanks for submitting a Pull Request. We appreciate it.
|
||||||
|
|
||||||
|
Please, fill in all the required information
|
||||||
|
to make our review and merging processes easier.
|
||||||
|
|
||||||
|
Cheers!
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Related issues
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Mark what issues this Pull Request closes or references.
|
||||||
|
|
||||||
|
Format is:
|
||||||
|
- Closes #issue-number
|
||||||
|
- Refs #issue-number
|
||||||
|
|
||||||
|
Example. Refs #0
|
||||||
|
Documentation: https://blog.github.com/2013-05-14-closing-issues-via-pull-requests/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If you have any feedback, just write it here.
|
||||||
|
|
||||||
|
It can be whatever you want!
|
||||||
|
-->
|
||||||
Reference in New Issue
Block a user