forked from intility/fastapi-azure-auth
-
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.
Merge pull request intility#15 from Intility/issue-templates
Add issue templates
- Loading branch information
Showing
3 changed files
with
68 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,32 @@ | ||
--- | ||
name: Bug report/question | ||
about: Create a report to help us improve | ||
title: "[BUG/Question]" | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
<!-- | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Use this configuration '...' | ||
3. See error | ||
If this can be related to your Azure AD set up, please also provide screenshots/reproduce steps of that. | ||
Blur sensitive data. | ||
--> | ||
|
||
**Stack trace** | ||
<!-- If applicable, add a **full** stack trace of all errors. --> | ||
|
||
|
||
**Your configuration** | ||
<!-- Please copy/paste your entire configuration here. --> | ||
|
||
<!-- The issue will be tagged with a `question` label. If this is confirmed a bug, a maintainer will tag it accordingly. --> |
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 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature request]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Please note that this package will only support API authentication and authorization (through `Bearer ` tokens.) | ||
If you need extra functionality such as usage of sessions, local users etc., it is out of this package scope. | ||
--> | ||
|
||
**Describe the feature you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Additional context** | ||
<!-- Add any other context or screenshots about the feature request here. --> |
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,17 @@ | ||
--- | ||
name: Security | ||
about: Template used to report potential security vulnerabilities | ||
title: '' | ||
labels: '' | ||
assignees: JonasKs | ||
|
||
--- | ||
|
||
<!--- | ||
Hi! Thank you for wanting to write an issue about a security related topic. | ||
Before you do, please read [SECURITY.md](https://github.com/Intility/fastapi-azure-auth/blob/main/SECURITY.md). | ||
It's highly appreciated that you write me an email before disclosing anything here. | ||
Thank you! | ||
--> |