Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

There are some features which are not supported yet. Please check the [Limitations](https://github.com/microsoft/mssql-django#limitations) first to see if your bug is listed.

**Software versions**
* Django:
* mssql-django:
* python:
* SQL Server:
* OS:

**Table schema and Model**
<!-- Provide the table schema and model from models.py to reproduce the issue. -->

**Database Connection Settings**
`
// Paste your database settings from Settings.py here.
`

**Problem description and steps to reproduce**
<!-- Provide full details of the problem, including steps to reproduce the issue. -->

**Expected behavior and actual behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Error message/stack trace**
<!-- Complete error message and stack trace. -->

**Any other details that can be helpful**
<!-- Add any other context about the problem here. -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE REQUEST]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the preferred solution**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

**Reference Documentations/Specifications**
<!-- Provide links to any related documentation. -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Question
about: Ask a question
title: "[QUESTION]"
labels: question
assignees: ''

---

**Question**
<!-- What is the question that you have? Please be detailed and give examples. -->

**Relevant Issues and Pull Requests**
<!-- If there are relevant issues and pull requests please list and link them here. -->