Skip to content

Add questions to questions files in questions_dir #5

Open
@VickiLanger

Description

@VickiLanger

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions