forked from brug-be/jobboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instructions to submit a position opening
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# jobboard | ||
The job board of Ruby Belgium | ||
# Ruby Belgium Job Board | ||
|
||
The job board of Ruby Belgium. | ||
|
||
## How to submit a position opening? | ||
|
||
1. Fork it ( https://github.com/brug-be/jobboard/fork ) | ||
2. Create your branch (git checkout -b company-position-title) | ||
3. Create a file following the format `yyyymmdd_company_position_title.md` | ||
4. Commit your changes (git commit -am 'Open a new position at company') | ||
5. Push to the branch (git push origin company-position-title) | ||
6. Create a new Pull Request |