A few teaks to the templates

This commit is contained in:
Eric Allam
2023-09-15 12:51:45 +01:00
parent fb5f4e308f
commit 5aeef1233b
4 changed files with 17 additions and 11 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
name: 🐞 Bug Report
description: Create a bug report to help us improve
title: "bug: "
labels: ["🐞 unconfirmed bug"]
labels: ["🐞 unconfirmed bug"]
body:
- type: textarea
attributes:
@@ -11,7 +11,7 @@ body:
```bash
npx envinfo --system --binaries
```
If the issue is regarding a scaffolded app, please include the version used to scaffold that app which you can find in the `package.json` under `ct3aMetadata.initVersion`.
validations:
required: true
- type: textarea
@@ -23,7 +23,7 @@ body:
- type: input
attributes:
label: Reproduction repo
description: If applicable, please provide a link to a reproduction repo or a Stackblitz / CodeSandbox project. Your issue may be closed if this is not provided and we are unable to reproduce the issue. If your bug is a documentaion issue, link the appropriate page.
description: If applicable, please provide a link to a reproduction repo or a Stackblitz / CodeSandbox project. Your issue may be closed if this is not provided and we are unable to reproduce the issue. If your bug is a docs issue, link the appropriate page.
validations:
required: true
- type: textarea
@@ -35,4 +35,4 @@ body:
- type: textarea
attributes:
label: Additional information
description: Add any other information related to the bug here, screenshots if applicable.
description: Add any other information related to the bug here, screenshots if applicable.
+3 -3
View File
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
-name: Ask a Question
url: https://github.com/triggerdotdev/trigger.dev/issues
about: Ask questions and discuss with other community members
- name: Ask a Question
url: https://github.com/triggerdotdev/trigger.dev/issues
about: Ask questions and discuss with other community members
+1 -1
View File
@@ -24,4 +24,4 @@ body:
- type: textarea
attributes:
label: Additional information
description: Add any other information related to the feature here. If your feature request is related to any issues or discussions, link them here.
description: Add any other information related to the feature here. If your feature request is related to any issues or discussions, link them here.
+9 -3
View File
@@ -2,9 +2,15 @@ Closes #<issue>
## ✅ Checklist
- [ ] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/82c5965e8a173f4fc805befa0cb2c8cf3519bc17/CONTRIBUTING.md)
- [ ] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md)
- [ ] The PR title follows the convention.
- [ ] I performed a functional test on my final commit
- [ ] I ran and tested the code works
---
## Testing
_[Describe the steps you took to test this change]_
---
@@ -18,4 +24,4 @@ _[Short description of what has changed]_
_[Screenshots]_
💯
💯