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 32/64-bit reporting to issue template #2906

Closed
gojomo opened this issue Jul 29, 2020 · 3 comments
Closed

Add 32/64-bit reporting to issue template #2906

gojomo opened this issue Jul 29, 2020 · 3 comments
Assignees
Labels
housekeeping internal tasks and processes

Comments

@gojomo
Copy link
Collaborator

gojomo commented Jul 29, 2020

It's be useful if the issue template also requested whether the local Python is a 32-bit or 64-bit executable. Adding this line to the "Please provide the output of" code should be enough:

import struct; print(8 * struct.calcsize("P"))
@piskvorky
Copy link
Owner

Sure. Feel free to edit the template file directly.

@piskvorky piskvorky added the housekeeping internal tasks and processes label Jul 29, 2020
@gojomo
Copy link
Collaborator Author

gojomo commented Jul 29, 2020

Aha, my search for how to change the template had pointed to a Github project 'Settings' tab that I don't see in my interface, & I'd never noticed it was driven by an in-project file. Added in bc95bcb.

@gojomo gojomo closed this as completed Jul 29, 2020
@piskvorky
Copy link
Owner

Yeah, Github has some new style of doing templates now, that I haven't explored yet. We're still using the "older" way, with ISSUE_TEMPLATE.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping internal tasks and processes
Projects
None yet
Development

No branches or pull requests

2 participants