You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/docs/en/userver/distro_maintainers.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,22 @@
2
2
3
3
## Maintainer's role
4
4
5
-
We develop userver framework and take care of our users. We want userver to be available on as much platforms, OSes and distros as possible. It is quite difficult to maintain such complex product as userver working in any environment. It is a difficult engineer problem, but also it is often difficult or impossible to test userver on the target platform because of absent software/hardware.
5
+
We develop userver framework and take care of our users. We want userver to be available on as much platforms, OSes and
6
+
distros as possible. It is quite difficult to maintain such complex product as userver working in any environment. It
7
+
is a difficult engineer problem, but also it is often difficult or impossible to test userver on the target platform
8
+
because of absent software/hardware.
6
9
7
-
That's why there are userver distro package maintainers! That's the community role which is responsible for maintaining userver buildable and working in a specific environment.
10
+
That's why there are userver distro package maintainers! That's the community role which is responsible for maintaining
11
+
userver buildable and working in a specific environment.
8
12
9
13
A maintainer should (where possible):
10
14
1) keep build dependencies list in @ref scripts/docs/en/deps/ for the distro up-to-date
11
15
2) watch for new distro version releases and create new dependency files in @ref scripts/docs/en/deps soon after release
12
16
3) cleanup EOL (end of life) distro versions dependency files
13
17
4) maintain CI setup in @ref .github/workflows in "green" state
14
18
15
-
The maintainer is a community role which is not paid, but is a honorable one. You will get a "distro maintainer" label in official userver telegram channels.
19
+
The maintainer is a community role which is not paid, but is a honorable one. You will get a "distro maintainer" label
20
+
in official userver telegram channels.
16
21
17
22
18
23
## Call for maintainers
@@ -27,7 +32,7 @@ Currently we're looking for maintainers for the following OSes/distros:
27
32
6) FreeBSD
28
33
7) Conan package
29
34
30
-
The list is not complete, you may sugest your own distro to maintain.
35
+
The list is not complete, you may suggest your own distro to maintain.
31
36
32
37
33
38
## Current maintainer list
@@ -42,7 +47,8 @@ If you feel you're ready to be a maintainer, please contact us by any of the fol
42
47
- telegram https://t.me/userver_ru (in Russian)
43
48
- telegram https://t.me/userver_en (in English)
44
49
45
-
Then please make a pull request to [github](https://github.com/userver-framework/userver/) which changes this page and adds you to the "Current maintainer list" section.
50
+
Then please make a pull request to [github](https://github.com/userver-framework/userver/) which changes this page and
51
+
adds you to the "Current maintainer list" section.
0 commit comments