Skip to content

Commit d9c2efd

Browse files
authored
docs: add @brenoepics and @osdiab as co-maintainers (#1634)
1 parent c1f1542 commit d9c2efd

5 files changed

Lines changed: 42 additions & 8 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Active Maintainer
2-
* @Shinigami92
1+
# Active Maintainers
2+
* @Shinigami92 @brenoepics @osdiab

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
],
6868
"vulnerabilityAlerts": {
6969
"labels": ["c: security"],
70-
"assignees": ["@Shinigami92"]
70+
"assignees": ["@Shinigami92", "@brenoepics", "@osdiab"]
7171
}
7272
}

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,24 @@
77
[![Cockroach Test](https://github.com/salsita/node-pg-migrate/actions/workflows/cockroach-test.yml/badge.svg)](https://github.com/salsita/node-pg-migrate/actions/workflows/cockroach-test.yml)
88
![Licence](https://img.shields.io/npm/l/node-pg-migrate.svg?style=flat)
99

10-
Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. [CockroachDB](https://github.com/cockroachdb/cockroach).)
11-
Started by [Theo Ephraim](https://github.com/theoephraim/), then handed over to [Salsita Software](https://www.salsitasoft.com/) and now maintained by [@Shinigami92](https://github.com/Shinigami92).
10+
Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. [CockroachDB](https://github.com/cockroachdb/cockroach).)
11+
12+
## Maintainers
13+
14+
### Active
15+
16+
| Name | GitHub |
17+
| --------------------- | ---------------------------------------------- |
18+
| Christopher Quadflieg | [@Shinigami92](https://github.com/Shinigami92) |
19+
| Breno A. | [@brenoepics](https://github.com/brenoepics) |
20+
| Omar Diab | [@osdiab](https://github.com/osdiab) |
21+
22+
### Former
23+
24+
| Name | Link |
25+
| ---------------- | ----------------------------------------------- |
26+
| Theo Ephraim | [@theoephraim](https://github.com/theoephraim/) |
27+
| Salsita Software | [salsita.ai](https://salsita.ai/) |
1228

1329
## Preconditions
1430

docs/src/introduction.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# What is node-pg-migrate?
22

3-
Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. [CockroachDB](https://github.com/cockroachdb/cockroach).)
4-
Started by [Theo Ephraim](https://github.com/theoephraim/), then handed over to [Salsita Software](https://www.salsitasoft.com/) and now maintained by [@Shinigami92](https://github.com/Shinigami92).
3+
Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. [CockroachDB](https://github.com/cockroachdb/cockroach).)
4+
5+
## Maintainers
6+
7+
### Active
8+
9+
| Name | GitHub |
10+
| --------------------- | ---------------------------------------------- |
11+
| Christopher Quadflieg | [@Shinigami92](https://github.com/Shinigami92) |
12+
| Breno A. | [@brenoepics](https://github.com/brenoepics) |
13+
| Omar Diab | [@osdiab](https://github.com/osdiab) |
14+
15+
### Former
16+
17+
| Name | Link |
18+
| ---------------- | ----------------------------------------------- |
19+
| Theo Ephraim | [@theoephraim](https://github.com/theoephraim/) |
20+
| Salsita Software | [salsita.ai](https://salsita.ai/) |
521

622
## Explanation & Goals
723

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
"author": "Theo Ephraim",
5656
"contributors": [
5757
"Salsita Software <jando@salsitasoft.com>",
58-
"Christopher Quadflieg <chrissi92@hotmail.de>"
58+
"Christopher Quadflieg <chrissi92@hotmail.de>",
59+
"Breno A. <git@breno.tech>",
60+
"Omar Diab <me@omardiab.com>"
5961
],
6062
"type": "module",
6163
"exports": {

0 commit comments

Comments
 (0)