-
-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into fix/1742
- Loading branch information
Showing
109 changed files
with
5,779 additions
and
4,628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe | |
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
name: '🐞 Bug Report' | ||
description: Report a bug in Task. | ||
labels: ['state: needs-triage'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your bug report! | ||
Before submitting, please check the list of [existing issues](https://github.com/go-task/task/issues) and make sure the same bug was not already reported by someone else. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the bug you're seeing. | ||
placeholder: | | ||
- What did you do? | ||
- What did you expect to happen? | ||
- What happened instead? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version(s) of Task is the issue occurring on? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
description: What operating system(s) is the issue occurring on? | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: experiments | ||
attributes: | ||
label: Experiments Enabled | ||
description: Do you have any experiments enabled? You can check by running `task --experiments`. | ||
multiple: true | ||
options: | ||
- Env Precedence | ||
- Gentle Force | ||
- Map Variables (1) | ||
- Map Variables (2) | ||
- Remote Taskfiles | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Example Taskfile | ||
description: | | ||
If you have a Taskfile that reproduces the issue, please paste it here. | ||
This will be automatically formatted into code, so no need for backticks. | ||
render: YAML | ||
placeholder: | | ||
version: '3' | ||
tasks: | ||
default: | ||
cmds: | ||
- 'echo "This Taskfile is buggy :("' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Extension for Visual Studio Code | ||
- name: '🔌 Task for Visual Studio Code' | ||
url: https://github.com/go-task/vscode-task | ||
about: Issues related to the Visual Studio Code extension should be opened here. | ||
- name: Help forum on Discord | ||
url: https://discord.gg/6TY36E39UK | ||
about: 'The Discord #help channel is the best way to get help from the community.' | ||
- name: Questions, Ideas and General Discussions | ||
about: 'Issues related to the Visual Studio Code extension should be opened here.' | ||
- name: '💬 Help forum on Discord' | ||
url: https://discord.com/channels/974121106208354339/1025054680289660989 | ||
about: 'The #help channel on our Discord is the best way to get help from the community.' | ||
- name: '❓ Questions, Ideas and General Discussions' | ||
url: https://github.com/go-task/task/discussions | ||
about: Ask questions and discuss general ideas with the community. | ||
about: 'Ask questions and discuss general ideas with the community.' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: '✨ Feature Request' | ||
description: Suggest a new feature or enhancement for Task. | ||
labels: ['state: needs-triage'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for your feature request! | ||
Before submitting, please check the list of [existing issues](https://github.com/go-task/task/issues) and make sure the same change was not already requested by someone else. | ||
If your request is more of an idea than a feature request, consider opening a [discussion](https://github.com/go-task/task/discussions) instead. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the feature/enhancement you want to see in Task. | ||
placeholder: | | ||
- Give a general overview of the feature/enhancement. | ||
- Explain problem is the change trying to solve. | ||
- Give examples of how you would use the feature. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ checksum: | |
nfpms: | ||
- vendor: Task | ||
homepage: https://taskfile.dev | ||
maintainer: Andrey Nering <[email protected]> | ||
maintainer: The Task authors <[email protected]> | ||
description: Simple task runner written in Go | ||
license: MIT | ||
conflicts: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.20.4 | ||
22.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.