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

Fix issue template bug report number #286

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Fix issue template bug report number #286

merged 1 commit into from
Jan 24, 2024

Conversation

paddyroddy
Copy link
Member

Have verified that #273 works. But the bug report wasn't quite right, this fixes that.

@paddyroddy paddyroddy added the bug Something isn't working label Jan 24, 2024
@paddyroddy paddyroddy self-assigned this Jan 24, 2024
python -c "import {{cookiecutter.package_name}};
print({{cookiecutter.package_name}}.__version__)"
python -c "import {{cookiecutter.package_name}}; print({{cookiecutter.package_name}}.__version__)"
Copy link
Member Author

Choose a reason for hiding this comment

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

This was me loving wrapping, but then copy-and-paste wouldn't work 😭

Copy link
Member

Choose a reason for hiding this comment

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

🎁

@paddyroddy paddyroddy marked this pull request as ready for review January 24, 2024 15:17
python -c "import {{cookiecutter.package_name}};
print({{cookiecutter.package_name}}.__version__)"
python -c "import {{cookiecutter.package_name}}; print({{cookiecutter.package_name}}.__version__)"
Copy link
Member

Choose a reason for hiding this comment

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

🎁

@samcunliffe samcunliffe merged commit b26d809 into main Jan 24, 2024
15 checks passed
@samcunliffe samcunliffe deleted the fix-bug-version branch January 24, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants