Skip to content

Commit

Permalink
Merge pull request intility#15 from Intility/issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
JonasKs authored Aug 29, 2021
2 parents 10463c0 + 22fd347 commit 3107f8f
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-question.md
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. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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. -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/security.md
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!
-->

0 comments on commit 3107f8f

Please sign in to comment.