generated from nhcarrigan/template
chore: gitea
This commit is contained in:
parent
fa1bba8633
commit
2408f0b43e
@ -2,7 +2,7 @@ name: 🐛 Bug Report
|
|||||||
description: Something isn't working as expected? Let us know!
|
description: Something isn't working as expected? Let us know!
|
||||||
title: '[BUG] - '
|
title: '[BUG] - '
|
||||||
labels:
|
labels:
|
||||||
- "🚦 status: awaiting triage"
|
- "status/awaiting triage"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: attestations
|
id: attestations
|
@ -2,7 +2,7 @@ name: 💭 Feature Proposal
|
|||||||
description: Have an idea for how we can improve? Share it here!
|
description: Have an idea for how we can improve? Share it here!
|
||||||
title: '[FEAT] - '
|
title: '[FEAT] - '
|
||||||
labels:
|
labels:
|
||||||
- "🚦 status: awaiting triage"
|
- "status/awaiting triage"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: attestations
|
id: attestations
|
@ -2,7 +2,7 @@ name: ❓ Other Issue
|
|||||||
description: I have something that is neither a bug nor a feature request.
|
description: I have something that is neither a bug nor a feature request.
|
||||||
title: '[OTHER] - '
|
title: '[OTHER] - '
|
||||||
labels:
|
labels:
|
||||||
- "🚦 status: awaiting triage"
|
- "status/awaiting triage"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: attestations
|
id: attestations
|
@ -1,7 +1,5 @@
|
|||||||
name: "Pull Request Template"
|
name: "Pull Request Template"
|
||||||
about: "Template for pulls"
|
about: "Template for pulls"
|
||||||
labels:
|
|
||||||
- "🔍 pull: ready for review"
|
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: explain
|
id: explain
|
3
demo.env
3
demo.env
@ -1,3 +0,0 @@
|
|||||||
DISCORD_TOKEN="op://Environment Variables - Naomi/Tasks Demo/token"
|
|
||||||
DISCORD_DEBUG_HOOK="op://Environment Variables - Naomi/Tasks Demo/webhook"
|
|
||||||
MONGO_URI="op://Environment Variables - Naomi/Tasks Demo/mongo"
|
|
2
prod.env
2
prod.env
@ -1,3 +1,3 @@
|
|||||||
DISCORD_TOKEN="op://Environment Variables - Naomi/Tasks Bot/token"
|
DISCORD_TOKEN="op://Environment Variables - Naomi/Tasks Bot/token"
|
||||||
DISCORD_DEBUG_HOOK="op://Environment Variables - Naomi/Tasks Bot/webhook"
|
DISCORD_DEBUG_WEBHOOK="op://Environment Variables - Naomi/Tasks Bot/webhook"
|
||||||
MONGO_URI="op://Environment Variables - Naomi/Tasks Bot/mongo"
|
MONGO_URI="op://Environment Variables - Naomi/Tasks Bot/mongo"
|
Loading…
x
Reference in New Issue
Block a user