diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9b9fe8d79..c5d01d191 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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. \ No newline at end of file + description: Add any other information related to the bug here, screenshots if applicable. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2e580885b..6833d3e20 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file + - name: Ask a Question + url: https://github.com/triggerdotdev/trigger.dev/issues + about: Ask questions and discuss with other community members diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index df310ac6c..bcb3dee02 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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. \ No newline at end of file + description: Add any other information related to the feature here. If your feature request is related to any issues or discussions, link them here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 90e2b8de4..eec6c7282 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,9 +2,15 @@ Closes # ## ✅ 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]_ -💯 \ No newline at end of file +💯