Skip to content

Commit c68389e

Browse files
authored
update user list in website (#4204)
1 parent 8e78b14 commit c68389e

File tree

6 files changed

+17
-1
lines changed

6 files changed

+17
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
### PR checklist
55

66
- [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md).
7-
- [ ] If contributing template-only or documentation-only changes which will change sample output, [build the project](https://github.com/OpenAPITools/openapi-generator#14---build-projects) before .
7+
- [ ] If contributing template-only or documentation-only changes which will change sample output, [build the project](https://github.com/OpenAPITools/openapi-generator#14---build-projects) before.
88
- [ ] Run the shell script(s) under `./bin/` (or Windows batch scripts under`.\bin\windows`) to update Petstore samples related to your fix. This is important, as CI jobs will verify _all_ generator outputs of your HEAD commit, and these must match the expectations made by your contribution. You only need to run `./bin/{LANG}-petstore.sh`, `./bin/openapi3/{LANG}-petstore.sh` if updating the code or mustache templates for a language (`{LANG}`) (e.g. php, ruby, python, etc).
99
- [ ] File the PR against the [correct branch](https://github.com/OpenAPITools/openapi-generator/wiki/Git-Branches): `master`, `4.1.x`, `5.0.x`. Default: `master`.
1010
- [ ] Copy the [technical committee](https://github.com/openapitools/openapi-generator/#62---openapi-generator-technical-committee) to review the pull request if your PR is targeting a particular programming language.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in
571571
- [Médiavision](https://www.mediavision.fr/)
572572
- [Metaswitch](https://www.metaswitch.com/)
573573
- [Myworkout](https://myworkout.com)
574+
- [NamSor](https://www.namsor.com/)
574575
- [Paxos](https://www.paxos.com)
575576
- [Ponicode](https://ponicode.dev/)
576577
- [Pricefx](https://www.pricefx.com/)

website/dynamic/users.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,21 @@
7878
image: "img/companies/db-systel.png"
7979
infoLink: "https://www.cupix.com/"
8080
pinned: false
81+
-
82+
caption: "Edge Impulse"
83+
image: "img/companies/edge_impulse.png"
84+
infoLink: "https://www.edgeimpulse.com/"
85+
pinned: false
8186
-
8287
caption: "Element AI"
8388
image: "img/companies/element_ai.png"
8489
infoLink: "https://www.elementai.com/"
8590
pinned: false
91+
-
92+
caption: "Fenergo"
93+
image: "img/companies/fenergo.png"
94+
infoLink: "https://www.fenergo.com/"
95+
pinned: false
8696
-
8797
caption: "FormAPI"
8898
image: "img/companies/formapi.png"
@@ -108,6 +118,11 @@
108118
image: "img/companies/godaddy.png"
109119
infoLink: "https://www.godaddy.com/"
110120
pinned: false
121+
-
122+
caption: "Here"
123+
image: "img/companies/here.png"
124+
infoLink: "https://developer.here.com/"
125+
pinned: false
111126
-
112127
caption: JustStar
113128
image: "img/companies/juststar.png"
3.21 KB
Loading
16.7 KB
Loading

website/static/img/companies/here.png

20.5 KB
Loading

0 commit comments

Comments
 (0)