Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameters to a release issue URL #6279

Merged
merged 1 commit into from Aug 18, 2022
Merged

Conversation

ybiquitous
Copy link
Member

Which issue, if any, is this issue related to?

None, as it's a documentation fix.

Is there anything in the PR that needs further explanation?

The following JS snippet can create the URL:

const params = new URLSearchParams();
params.append('title', 'Release {version}');
params.append('labels', 'status: needs discussion');
console.log(`https://github.com/stylelint/stylelint/issues/new?${params}`);

https://github.com/stylelint/stylelint/issues/new?title=Release+%7Bversion%7D&labels=status%3A+needs+discussion

The following JS snippet can create the URL:

```js
const params = new URLSearchParams();
params.append('title', 'Release {version}');
params.append('labels', 'status: needs discussion');
console.log(`https://github.com/stylelint/stylelint/issues/new?${params}`);
```
@changeset-bot
Copy link

changeset-bot bot commented Aug 18, 2022

⚠️ No Changeset found

Latest commit: e00f72e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat, thanks.

@jeddy3 jeddy3 merged commit 8cb1829 into main Aug 18, 2022
@jeddy3 jeddy3 deleted the add-params-to-release-issue-url branch August 18, 2022 06:33
@ybiquitous
Copy link
Member Author

@jeddy3 Thanks. Can I open an issue for the release v14.10.1? Maybe, I can have time to do it this weekend.

@jeddy3
Copy link
Member

jeddy3 commented Aug 18, 2022

@ybiquitous Thanks. Can I open an issue for the release v14.10.1? Maybe, I can have time to do it this weekend.

Yes, please do! I should be around until this coming Thursday (then I'll be offline for 10 days). So I can assist you or answer any queries if you put out a release before then.

@ybiquitous
Copy link
Member Author

Thank you. Opened #6280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants