]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update issue templates
authorFederico Caselli <CaselIT@users.noreply.github.com>
Thu, 23 Apr 2020 18:58:30 +0000 (20:58 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 18:58:30 +0000 (20:58 +0200)
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/question.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644 (file)
index 0000000..8e2f8f6
--- /dev/null
@@ -0,0 +1,40 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+**Describe the bug**
+<!-- A clear and concise description of what the bug is. -->
+
+**Expected behavior**
+<!-- A clear and concise description of what you expected to happen. -->
+
+**To Reproduce**
+Please provide a [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) example. 
+See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on the website, and some [example issues](https://github.com/sqlalchemy/sqlalchemy/issues?q=label%3A%22great+mcve%22)
+
+```py
+# insert code here
+```
+
+**Error**
+
+```
+# copy error here
+```
+
+**Versions.**
+ - OS: 
+ - Python:
+ - SQLAchemy:
+ - Database:
+ - DBAPI:
+
+**Additional context**
+<!-- Add any other context about the problem here. -->
+
+**Have a nice day!**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644 (file)
index 0000000..f959b06
--- /dev/null
@@ -0,0 +1,22 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: use case
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+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.
+
+**Have a nice day!**
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
new file mode 100644 (file)
index 0000000..d1ef227
--- /dev/null
@@ -0,0 +1,25 @@
+---
+name: Question
+about: Question regarding SQLAchemy features
+title: ''
+labels: question
+assignees: ''
+
+---
+
+**Describe you question**
+
+**Example (if applicable)**
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
+
+**Useful links**
+- [Get Support](https://www.sqlalchemy.org/support.html) on the website
+- The [documentation](https://docs.sqlalchemy.org/en/latest/) website
+- The [UsageRecipes](https://github.com/sqlalchemy/sqlalchemy/wiki/UsageRecipes) wiki
+- [Stack Overflow](https://stackoverflow.com/questions/tagged/sqlalchemy) tag
+- SQLAlchemy [Google group](http://groups.google.com/group/sqlalchemy)
+- [Gitter](https://gitter.im/sqlalchemy/community) chat
+
+**Have a nice day!**