forked from sqlalchemy/sqlalchemy2-stubs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Code of Conduct | ||
|
||
Above all, SQLAlchemy places great emphasis on polite, thoughtful, and | ||
constructive communication between users and developers. | ||
Please see our current Code of Conduct at | ||
[Code of Conduct](http://www.sqlalchemy.org/codeofconduct.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Contributing to SQLAlchemy | ||
|
||
Please see out current Developer Guide at [Develop](https://www.sqlalchemy.org/develop.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: requires triage | ||
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 try to 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). | ||
|
||
**Please do not use Flask-SQLAlchemy or any other third-party extensions or dependencies in test cases**. The test case must illustrate the problem **without** using any third party SQLAlchemy extensions. Otherwise, please report the bug to those projects first. | ||
|
||
```py | ||
# Insert code here | ||
``` | ||
|
||
**Error** | ||
|
||
``` | ||
# Copy error here. Please include the full stack trace. | ||
``` | ||
|
||
**Versions.** | ||
- OS: | ||
- Python: | ||
- SQLAlchemy: | ||
- Database: | ||
- DBAPI: | ||
|
||
**Additional context** | ||
<!-- Add any other context about the problem here. --> | ||
|
||
**Have a nice day!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: requires triage | ||
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!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Question | ||
about: Question regarding SQLAlchemy stub features | ||
title: '' | ||
labels: requires triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe your question** | ||
|
||
**Example - please use the [Minimal, Complete, and Verifiable](http://stackoverflow.com/help/mcve) guidelines if possible** | ||
|
||
**Complete stack trace, if applicable** | ||
|
||
**Versions** | ||
- OS: | ||
- Python: | ||
- SQLAlchemy: | ||
- Database: | ||
- DBAPI: | ||
|
||
**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!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
For the current supported version of SQLAlchemy, see "Current Release Series" at | ||
https://www.sqlalchemy.org/download.html#current. | ||
|
||
## Reporting a Vulnerability | ||
|
||
SQLAlchemy participates in the Tidelift security infrastructure for reporting | ||
potential vulnerabilities reponsibly. Please follow the guidelines at: | ||
|
||
https://tidelift.com/docs/security | ||
|
||
in order to report a security issue. Security-related issues in SQLAlchemy | ||
are extremely rare. Nevertheless, we would ask that you please do not file | ||
CVEs without emailing us first, so that proper disclosure steps may be taken. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!-- Provide a general summary of your proposed changes in the Title field above --> | ||
|
||
### Description | ||
<!-- Describe your changes in detail --> | ||
|
||
### Checklist | ||
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once) | ||
--> | ||
|
||
This pull request is: | ||
|
||
- [ ] A documentation / typographical error fix | ||
- Good to go, no issue or tests are needed | ||
- [ ] A short code fix | ||
- please include the issue number, and create an issue if none exists, which | ||
must include a complete example of the issue. one line code fixes without an | ||
issue and demonstration will not be accepted. | ||
- Please include: `Fixes: #<issue number>` in the commit message | ||
- please include tests. one line code fixes without tests will not be accepted. | ||
- [ ] A new feature implementation | ||
- please include the issue number, and create an issue if none exists, which must | ||
include a complete example of how the feature would look. | ||
- Please include: `Fixes: #<issue number>` in the commit message | ||
- please include tests. | ||
|
||
**Have a nice day!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters