You can contribute to awesome-italia-remote with issues and PRs.
Issues can be used to ask questions, report errors, or start discussions.
Pull requests can be used to add/edit/delete companies from the list.
The new companies must be added to the /data
folder using a dedicated file in snake_case.json
format.
Subsequently, the README.md
file is automatically generated, so you don't have to edit it manually.
- Open
./data
directory - Add a new JSON file for the new company (file name should be a slugified version of the company name)
- File content should respect the following format:
{
"name": "CompanyName",
"career_page_url": "https://companyname.companytld/jobs",
"url": "https://www.companyname.companytld/",
"remote_policy": "Full",
"hiring_policies": [
"Contract"
],
"type": "B2B",
"categories": [
"cloud_software"
],
"tags": [
"PHP",
"Go",
"AWS"
]
}
- cloud_software
- design_ux
- marketing_writing
- hr
- cybersecurity
- B2B
- B2C
- Consulting
- Product
- Full
- Hybrid
- Optional
- Contract
- Direct
- Intermediary
The maximum number of tags is 20. This rule is necessary to avoid format problems with the MarkDown file.