Skip to content

Commit

Permalink
feat(startups): change companies to startups (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrizio Cafolla <[email protected]>
  • Loading branch information
FabrizioCafolla and Fabrizio Cafolla authored Sep 15, 2024
1 parent 25ccd2a commit 80839c9
Show file tree
Hide file tree
Showing 162 changed files with 4,086 additions and 2,268 deletions.
8 changes: 4 additions & 4 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ labelPRBasedOnFilePath:
- awesome/communities/*
- awesome/communities/**/*

"awesome: comapnies":
- awesome/comapnies/*
- awesome/comapnies/**/*
"awesome: startups":
- awesome/startups/*
- awesome/startups/**/*

"awesome: opensource":
- awesome/opensource/*
Expand All @@ -30,7 +30,7 @@ firstPRWelcomeComment: >
Thanks for opening this pull request! Please check out our contributing guidelines.
verifyTitles:
titleRegexp: ^(feat|feat!|fix|fix!|docs|refactor|refactor!|test|chore|build|ci)\((release|docs|deps|deps-dev|awesome|companies|communities|opensource|digital-nomads)\):.*
titleRegexp: ^(feat|feat!|fix|fix!|docs|refactor|refactor!|test|chore|build|ci)\((release|docs|deps|deps-dev|awesome|startups|communities|opensource|digital-nomads)\):.*
alwaysUsePrTitle: true
validateEitherPrOrSingleCommitTitle: true
statusTitle: "Title Validator"
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

**If this is an added new project**

- [ ] I created the "company-name.json" file in the awesome/companies/data folder and complied with the required fields
- [ ] I created the "startup-name.json" file in the awesome/startups/data folder and complied with the required fields
- [ ] I created the "project-name.json" file in the awesome/opensource/data folder and complied with the required fields
- [ ] I created the "communities-name.json" file in the awesome/communities/data folder and complied with the required fields
- [ ] I created the "digital-nomads-name.json" file in the awesome/digital-nomads/data folder and complied with the required fields
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ We have three type of issues:

*Pull requests can be used to add/edit/delete in awesome/**/data dir.*

The new project must be added to the `awesome/{companies,opensource,communities,digital-nomads}/data` folder using a dedicated file in `kebab-case.json` format.
The new project must be added to the `awesome/{startups,opensource,communities,digital-nomads}/data` folder using a dedicated file in `kebab-case.json` format.
Subsequently, the `README.md` file is automatically generated, so you don't have to edit it manually.
Projects entered must be maintained and have guidelines and/or documentation for use

1. Open `awesome/{companies,opensource,communities,digital-nomads}/data` directory
1. Open `awesome/{startups,opensource,communities,digital-nomads}/data` directory
2. Add a new JSON file for the new project (file name should be a slugified version of the project name)
3. File content should respect json rule
4. (Optional) Before commit exec
Expand All @@ -36,7 +36,7 @@ Projects entered must be maintained and have guidelines and/or documentation for
```

5. if the tests are passed successfully create PR on GitHub, the title should be `feat(type): added/updated Name`
**WARNING *type*** must be: companies, opensource, communities or digital-nomads)
**WARNING *type*** must be: startups, opensource, communities or digital-nomads)

**ATTENTION** do not modify any README.md file.

Expand All @@ -45,7 +45,7 @@ Projects entered must be maintained and have guidelines and/or documentation for
- [Open-Source Projects](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md#awesomeopensource-rules)
- [Communities](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md#awesomecommunities-rules)
- [Digital-Nomads](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md#awesomedigital-nomads-rules)
- [Companies](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md#awesomecompanies-rules)
- [Companies](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md#awesomestartups-rules)

### awesome/opensource rules

Expand Down Expand Up @@ -111,9 +111,9 @@ Schema reference: [digital-nomads.json](https://github.com/italia-opensource/awe
}
```

### awesome/companies rules
### awesome/startups rules

Schema reference: [companies.json](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/scheme/companies.json)
Schema reference: [startups.json](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/scheme/startups.json)

```JSON
{
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

![Last Commit](https://img.shields.io/github/last-commit/italia-opensource/awesome-italia-opensource/main)


The **only fully open-source platform** that transparently gives voice, discovers, and explores **Italy's tech innovations**.

Through a series of **awesome lists**, we seek to give visibility to open-source Projects, Communities, Tech blogs, Innovative companies, and more.
Through a series of **awesome lists**, we seek to give visibility to open-source Projects, Communities, Tech blogs, Innovative startups, and more.

Feel free to make your contribution. If you want to add a new item to one or more lists please read the [contribution guidelines](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md) before opening a pull request or contributing to this repository

Expand All @@ -21,7 +20,7 @@ Feel free to make your contribution. If you want to add a new item to one or mor

- [List of Digital Nomads](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/awesome/digital-nomads/README.md)

- [List of Tech Companies](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/awesome/companies/README.md)
- [List of Tech Startups](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/awesome/startups/README.md)

### 📊 Analytics

Expand Down
Loading

0 comments on commit 80839c9

Please sign in to comment.