Skip to content

Commit

Permalink
chore: updated README.md and bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 29, 2023
1 parent dc2803c commit 16561f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -71,7 +71,7 @@ body:
Yarn: _ - /usr/bin/yarn
npm: _ - /usr/bin/npm
npmPackages:
@anolilab/*: _ => _
@semantic-release/*: _ => _
validations:
required: true

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 16561f6

Please sign in to comment.