1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-04 02:36:07 +02:00

Add issue and PR templates

This commit is contained in:
Hugo 2020-03-18 09:59:47 +02:00
parent c441da864d
commit 4d98232253
2 changed files with 26 additions and 0 deletions

19
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,19 @@
### What did you do?
### What did you expect to happen?
### What actually happened?
### What versions are you using?
* OS:
* Python:
* UltraJSON:
Please include **code** that reproduces the issue.
The [best reproductions](https://stackoverflow.com/help/minimal-reproducible-example) are [self-contained scripts](https://ericlippert.com/2014/03/05/how-to-debug-small-programs/) with minimal dependencies.
```python
code goes here
```

7
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,7 @@
Fixes #
Changes proposed in this pull request:
*
*
*