code-questions-bot
code-questions-bot copied to clipboard
Add questions to questions files in questions_dir
This will be a running issue to let people know how to submit questions
Want to contribute code-related questions for the bot to ask? This is your chance. Go for it.
A few rules:
- Questions must be code related
- The goal is to create conversation and substance. Avoid yes/no answers.
- Add questions to the questions file that makes the most sense.
- a back end question would go in
questions_backend.py - a pop culture question would go in
questions_pop_culture.py
- a back end question would go in
- Must fit in Twitter's 280 character limit
All questions added should look like the below
'question goes here', # short answer goes here, add a link if it's not a short answer
Proposed workflow:
- Fork this repo
- Add question to applicable
questionfile keeping to the existing style/conventions:- Each question should be in its own line
- Surrounded by single quotes (
') - Keep the trailing comma
- Once you are done and checked for typos, commit it & push your work to your fork
- Submit a PR against this repo
Someone will look it over and, if deemed appropriate, will merge your PR.
Thanks for contributing!
Here's some things to help spark ideas

Don't forget to follow the bot on Twitter to see the hard work you put in.
JavaScript has both +0 and -0
NaN is considered a number
https://en.wikipedia.org/wiki/Water_integrator
I find these facts interesting but I'm not sure how to make them into questions. You're welcome to take any of them and add it if you can word it right
this issue should never have been closed. oops. 😬 I'm reopening
Hi @VickiLanger, can I work on this issue once Hacktoberfest starts ? I would like to add questions on popular Machine Learning algorithms.
@BALaka-18 Absolutely. That sounds like a great idea.