Skip to content

Commit 5aeef12

Browse files
committed
A few teaks to the templates
1 parent fb5f4e3 commit 5aeef12

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🐞 Bug Report
22
description: Create a bug report to help us improve
33
title: "bug: "
4-
labels: ["🐞 unconfirmed bug"]
4+
labels: ["🐞 unconfirmed bug"]
55
body:
66
- type: textarea
77
attributes:
@@ -11,7 +11,7 @@ body:
1111
```bash
1212
npx envinfo --system --binaries
1313
```
14-
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`.
14+
1515
validations:
1616
required: true
1717
- type: textarea
@@ -23,7 +23,7 @@ body:
2323
- type: input
2424
attributes:
2525
label: Reproduction repo
26-
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.
26+
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.
2727
validations:
2828
required: true
2929
- type: textarea
@@ -35,4 +35,4 @@ body:
3535
- type: textarea
3636
attributes:
3737
label: Additional information
38-
description: Add any other information related to the bug here, screenshots if applicable.
38+
description: Add any other information related to the bug here, screenshots if applicable.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
-name: Ask a Question
4-
url: https://github.com/triggerdotdev/trigger.dev/issues
5-
about: Ask questions and discuss with other community members
3+
- name: Ask a Question
4+
url: https://github.com/triggerdotdev/trigger.dev/issues
5+
about: Ask questions and discuss with other community members

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ body:
2424
- type: textarea
2525
attributes:
2626
label: Additional information
27-
description: Add any other information related to the feature here. If your feature request is related to any issues or discussions, link them here.
27+
description: Add any other information related to the feature here. If your feature request is related to any issues or discussions, link them here.

.github/pull_request_template.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ Closes #<issue>
22

33
## ✅ Checklist
44

5-
- [ ] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/82c5965e8a173f4fc805befa0cb2c8cf3519bc17/CONTRIBUTING.md)
5+
- [ ] I have followed every step in the [contributing guide](https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md)
66
- [ ] The PR title follows the convention.
7-
- [ ] I performed a functional test on my final commit
7+
- [ ] I ran and tested the code works
8+
9+
---
10+
11+
## Testing
12+
13+
_[Describe the steps you took to test this change]_
814

915
---
1016

@@ -18,4 +24,4 @@ _[Short description of what has changed]_
1824

1925
_[Screenshots]_
2026

21-
💯
27+
💯

0 commit comments

Comments
 (0)