diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c53e688..d83f528 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,7 +19,7 @@ body: required: true - label: "Check that there isn't [already an issue](https://github.com/anolilab/multi-semantic-release/issues) that reports the same bug to avoid creating a duplicate." required: true - - label: "Make sure this is a Visulima issue and not related to a combination with another package." + - label: "Make sure this is a multi-semantic-release issue and not related to a combination with another package." required: true - label: "Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/anolilab/multi-semantic-release/discussions)." required: true @@ -57,7 +57,7 @@ body: id: "environment-info" attributes: label: "Environment Info" - description: "Output of `npx envinfo --system --npmPackages '@anolilab/*' --binaries --browsers`" + description: "Output of `npx envinfo --system --binaries --browsers --monorepos --npmPackages '{semantic-release*,@semantic-release/*}'`" render: "shell" placeholder: | System: @@ -71,7 +71,7 @@ body: Yarn: _ - /usr/bin/yarn npm: _ - /usr/bin/npm npmPackages: - @anolilab/*: _ => _ + @semantic-release/*: _ => _ validations: required: true diff --git a/README.md b/README.md index 1beeb72..4b32ec3 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,8 @@ If you would like to help take a look at the [list of issues](https://github.com - [Daniel Bannert](https://github.com/prisis) - [All Contributors](https://github.com/anolilab/multi-semantic-release/graphs/contributors) + - [hanseltime](https://github.com/hanseltime) -> https://github.com/qiwi/multi-semantic-release/pull/96 + - [lyh543](https://github.com/lyh543) -> https://github.com/dhoulb/multi-semantic-release/issues/111 - [dhoub/multi-semantic-release](https://github.com/dhoulb/multi-semantic-release) - [qiwi/multi-semantic-release](https://github.com/qiwi/multi-semantic-release)