-
Notifications
You must be signed in to change notification settings - Fork 2k
chore: add Environment field to bug report template #9864
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
base: develop
Are you sure you want to change the base?
Conversation
| attributes: | ||
| label: Environment | ||
| description: Which CI_ENVIRONMENT setting are you using? | ||
| options: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be multi-select options as the bug can occur in multiple envs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when self-env? i think must have it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"self-env" in itself seems vague. is there a way to write it like "others, please specify" with a text box for that others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that GitHub currently do not support conditional logic (showing a field dependent on a specific choice).
https://github.com/orgs/community/discussions/4386
To implement this, we would have to add a separate input field that is always visible (though optional).
I'm not personally fond of this approach as it clutters the form for users who don't need it. Given this limitation, would you still like me to add it?
Description
CodeIgniter4 behaves significantly differently depending on the environment.
Checklist: