code-questions-bot icon indicating copy to clipboard operation
code-questions-bot copied to clipboard

Add questions to questions files in questions_dir

Open VickiLanger opened this issue 5 years ago • 4 comments

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
  • 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:

  1. Fork this repo
  2. Add question to applicable question file keeping to the existing style/conventions:
    • Each question should be in its own line
    • Surrounded by single quotes (')
    • Keep the trailing comma
  3. Once you are done and checked for typos, commit it & push your work to your fork
  4. 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 wordcloud


Don't forget to follow the bot on Twitter to see the hard work you put in.

VickiLanger avatar Jan 21 '20 18:01 VickiLanger

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

VickiLanger avatar Jan 24 '20 12:01 VickiLanger

this issue should never have been closed. oops. 😬 I'm reopening

VickiLanger avatar Apr 17 '20 15:04 VickiLanger

Hi @VickiLanger, can I work on this issue once Hacktoberfest starts ? I would like to add questions on popular Machine Learning algorithms.

BALaka-18 avatar Sep 24 '20 16:09 BALaka-18

@BALaka-18 Absolutely. That sounds like a great idea.

VickiLanger avatar Sep 26 '20 17:09 VickiLanger