-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
docs: Add FAQ reminder to bug report template #5011
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
Conversation
This change addresses issue nlohmann#4898 and related duplicate reports where users encounter different behavior between Linux and Windows when using push_back with braced json objects. The issue is caused by brace initialization behavior, which is documented as a known limitation in the FAQ at https://json.nlohmann.me/home/faq/#brace-initialization-yields-arrays By adding a prominent reminder to check the FAQ before reporting, we hope to reduce the frequency of duplicate issue reports for this known behavior. Signed-off-by: duvvuvenkataramana <[email protected]>
Signed-off-by: duvvuvenkataramana <[email protected]>
|
@gregmarr @nlohmann I've updated the bug report template so that the FAQ reminder is now placed in the correct location—right after the note that the form is for bug reports only, as suggested. This should make the guidance clearer for users and help reduce duplicate issue reports. Please let me know if any further changes are needed. Happy to adjust anything! |
|
@duvvuvenkataramana That looks better. I'll let @nlohmann comment on the overall changes. |
Signed-off-by: duvvuvenkataramana <[email protected]>
|
@nlohmann Now I added valuable links . Check |
Signed-off-by: duvvuvenkataramana <[email protected]>
This change addresses issue #4898 and related duplicate reports where users encounter different behavior between Linux and Windows when using push_back with braced json objects.
The issue is caused by brace initialization behavior, which is documented as a known limitation in the FAQ at https://json.nlohmann.me/home/faq/#brace-initialization-yields-arrays
By adding a prominent reminder to check the FAQ before reporting, we hope to reduce the frequency of duplicate issue reports for this known behavior.
[Describe your pull request here. Please read the text below the line and make sure you follow the checklist.]
make amalgamate.Read the Contribution Guidelines for detailed information.