Skip to content

Commit da93c31

Browse files
authored
add issue templates (#177)
* add issue templates * Add link to limitations in bug report template
1 parent cef5453 commit da93c31

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
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.
11+
12+
**Software versions**
13+
* Django:
14+
* mssql-django:
15+
* python:
16+
* SQL Server:
17+
* OS:
18+
19+
**Table schema and Model**
20+
<!-- Provide the table schema and model from models.py to reproduce the issue. -->
21+
22+
**Database Connection Settings**
23+
`
24+
// Paste your database settings from Settings.py here.
25+
`
26+
27+
**Problem description and steps to reproduce**
28+
<!-- Provide full details of the problem, including steps to reproduce the issue. -->
29+
30+
**Expected behavior and actual behavior**
31+
<!-- A clear and concise description of what you expected to happen. -->
32+
33+
**Error message/stack trace**
34+
<!-- Complete error message and stack trace. -->
35+
36+
**Any other details that can be helpful**
37+
<!-- Add any other context about the problem here. -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE REQUEST]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**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**
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
**Describe the preferred solution**
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
**Describe alternatives you've considered**
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
**Additional context**
20+
<!-- Add any other context or screenshots about the feature request here. -->
21+
22+
**Reference Documentations/Specifications**
23+
<!-- Provide links to any related documentation. -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Question
3+
about: Ask a question
4+
title: "[QUESTION]"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
**Question**
11+
<!-- What is the question that you have? Please be detailed and give examples. -->
12+
13+
**Relevant Issues and Pull Requests**
14+
<!-- If there are relevant issues and pull requests please list and link them here. -->

0 commit comments

Comments
 (0)