mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-24 18:44:08 +03:00
4517e32224
* 🔧 Add pre-commit config Similar to graphene and graphene-sqlalchemy * ⬆ Bump black * 👷 Lint on CI * ⬆ Bump flake8-black * 🔧 Keep excluding migrations * ⬆ Bump flake8 * 🔧 Remove black and flake8 from tox config * ⬆ Update pre-commit versions * Upgrade syntax to python 3.7+ * Format with pre-commit dedent docs/schema.py to allow formatting * Fix tests on python 3.7
35 lines
901 B
Markdown
35 lines
901 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: "\U0001F41Bbug"
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
|
|
|
|
* **What is the current behavior?**
|
|
|
|
|
|
|
|
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** via
|
|
a github repo, https://repl.it or similar (you can use this template as a starting point: https://repl.it/@jkimbo/Graphene-Django-Example).
|
|
|
|
|
|
|
|
* **What is the expected behavior?**
|
|
|
|
|
|
|
|
* **What is the motivation / use case for changing the behavior?**
|
|
|
|
|
|
|
|
* **Please tell us about your environment:**
|
|
|
|
- Version:
|
|
- Platform:
|
|
|
|
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow)
|