Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Jan 27, 2024
1 parent 76f7195 commit f7428a3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 23 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,20 @@ body:
label: Package
description: What package is affected?
options:
- lucia-auth
- ​@lucia-auth/oauth
- ​@lucia-auth/tokens
- ​@lucia-auth/adapter-mongoose
- lucia
- ​@lucia-auth/adapter-test
- ​@lucia-auth/adapter-mongodb
- ​@lucia-auth/adapter-mysql
- ​@lucia-auth/adapter-postgresql
- ​@lucia-auth/adapter-prisma
- ​@lucia-auth/adapter-sqlite
- ​@lucia-auth/session-adapter-redis
- ​@lucia-auth/adapter-test
- ​@lucia-auth/session-drizzle
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the bug
description: Also tell us, what was the expected behavior? Reproduction is helpful for weeeird bugs!
description: Also tell us, what was the expected behavior? Reproduction will be super helpful!
validations:
required: true
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/documentation_bug_report.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: dropdown
id: package
attributes:
label: Package
options:
- lucia
- ​@lucia-auth/adapter-test
- ​@lucia-auth/adapter-mongodb
- ​@lucia-auth/adapter-mysql
- ​@lucia-auth/adapter-postgresql
- ​@lucia-auth/adapter-prisma
- ​@lucia-auth/adapter-sqlite
- ​@lucia-auth/session-drizzle
validations:
required: true
- type: textarea
id: description
attributes:
Expand Down

0 comments on commit f7428a3

Please sign in to comment.