Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

added requested questions #131

Closed
wants to merge 1 commit into from

Conversation

codybousc
Copy link
Contributor

I added questions, requested by the site admin, for potential Hacker Hours hosts to consider. Request seen here: #38

* What are you thinking in terms of frequency? <br />
* What is the space like? <br />
* How many attendees can your space hold comfortably? <br />
* How many folks from your organization do you expect to stay for each event, on average? How many of them our technical? <br />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind removing the <br />s? Not actually necessary in unordered lists in Markdown.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes. I deleted the code from my desktop and can't seem to make this happen without doing another pull request!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, one of the big perks of Git is that your computer can explode, and you can pick up your work right where you left off! Should you run into the problem again:

# clone the repository from your fork
git clone https://github.com/codybousc/hackerhours.org.git
# go into the directory
cd hackerhours.org
# switch to this branch
git checkout diy-questions

# ...make changes...

# commit the changes
git commit -a -m "removed the extraneous <br> tags"
# send them up to github
git push -u origin diy-questions
# the pull request will now be updated

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...or the equivalent in GitHub Desktop, or whatever tool you use.

@afeld
Copy link
Member

afeld commented Nov 30, 2015

Moved to #140.

@afeld afeld closed this Nov 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants