Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details to the ways of contribution and add ignore rules #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#==============================================================================#
# File extensions to be ignored anywhere in the tree.
#==============================================================================#
# Temp files created by most text editors.
*~
# Merge files created by git.
*.orig
# vim swap files
.*.swp
.sw?


#==============================================================================#
# Explicit files to ignore (only matches one).
#==============================================================================#


#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# Finder metadata
.DS_Store
16 changes: 12 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## Contribute

### Give suggestions & feedback
Just drop us a line at [email protected] or leave a note in our suggestion box in the lab.
Any suggestions are welcome : )

### Join discussions
- forum
[forum](http://frm.hackafe.org/)

### Spread the word
- [convert friends](https://wiki.ubuntu.com/ContributeToUbuntu#Converting_Friends)
- invite friends
- share links to Hackafe's website and events

### Donate
- how to donate
Expand All @@ -17,13 +20,18 @@

### Share knowledge
- form for course/presentation/workshop
* single presentation
* presentation
* course
* workshop

### Develop software projects
- integrate a system for automating some processes in Hackafe
- maintain the website

### Design web and print materials

### Help with tasks
- open tasks
* website
* events
* administrative
* projects
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hackafe
Hackafe is a community-driven place, where people share their interest in <desc title="attempt to repair or improve something in a casual or desultory way, often to no useful effect">tinkering</desc> with technology, meet and work on their projects, and learn from each other.

## What to do @Hackafe
## What to do at Hackafe

### Attend an event
- upcomming events
Expand All @@ -23,4 +23,4 @@ Hackafe is a community-driven place, where people share their interest in <desc
* g+

### Contribute
* [how to contribute](CONTRIBUTING.md)
[how to contribute](CONTRIBUTING.md)