Open
Description
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
question
file 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.