VickiLanger / code-questions-bot

A Twitter bot who tweets code questions and trivia
https://vickilanger.github.io/code-questions-bot/
GNU General Public License v3.0
34 stars 17 forks source link

Add questions to questions files in questions_dir #5

Open VickiLanger opened 4 years ago

VickiLanger commented 4 years ago

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:

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 commented 4 years ago

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 commented 4 years ago

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

BALaka-18 commented 4 years ago

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

VickiLanger commented 4 years ago

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