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
Please use your real name, we really dislike pseudonyms or anonymous
75
-
contributions. We are in the opensource world without secrets. If you set your
76
-
`user.name` and `user.email` git configs, you can sign your commit automatically
77
-
with `git commit -s`.
81
+
contributions. We are in the opensource world without secrets. If you
82
+
set your `user.name` and `user.email` git configs, you can sign your
83
+
commit automatically with `git commit -s`.
78
84
79
85
## Contributors
80
86
81
-
Everyone who sent a PR to Gitea that gets accepted will be as a contributor. Please send a PR to add your name to
82
-
[CONTRIBUTORS](CONTRIBUTORS). For the format, see the [CONTRIBUTORS](CONTRIBUTORS).
87
+
Everyone who sent a PR to Gitea that gets accepted will
88
+
be as a contributor. Please send a PR to add your name to
89
+
[CONTRIBUTORS](CONTRIBUTORS). For the format, see the
90
+
[CONTRIBUTORS](CONTRIBUTORS).
83
91
84
92
## Maintainers
85
93
86
-
To make sure every PR have been checked, we make a team maintainers. Any PR MUST be reviewed and by at least two maintainers before it can get merged.
87
-
Maintainers should be a contributor of gitea(or gogs) and contributed at least 4 accepted PRs. And a contributor should apply as a maintainer in [gitter Gitea develop](https://gitter.im/go-gitea/develop).
88
-
And the owners or the team maintainer could invite the contributor. A maintainer should spend some time on code reviews. If some maintainer have no time
89
-
to do that, he should apply to leave maintainers team and we will give him an honor to be as a member of advisor team. Of course, if an advisor have time to code view, welcome it back to maintainers team.
90
-
If some one have no time to code view and forget to leave the maintainers, the owners have the power to move him from maintainers team to advisors team.
94
+
To make sure every PR have been checked, we make a team maintainers. Any
95
+
PR MUST be reviewed and by at least two maintainers before it can
96
+
get merged. Maintainers should be a contributor of gitea(or gogs) and
97
+
contributed at least 4 accepted PRs. And a contributor should apply as a
98
+
maintainer in [gitter Gitea develop](https://gitter.im/go-gitea/develop).
99
+
And the owners or the team maintainer could invite the contributor. A
100
+
maintainer should spend some time on code reviews. If some maintainer
101
+
have no time to do that, he should apply to leave maintainers team and
102
+
we will give him an honor to be as a member of advisor team. Of course,
103
+
if an advisor have time to code view, welcome it back to maintainers team.
104
+
If some one have no time to code view and forget to leave the maintainers,
105
+
the owners have the power to move him from maintainers team to advisors
106
+
team.
91
107
92
108
## Owners
93
109
94
-
Since Gitea is a pure community organization without any company support, to keep the development healthly We will elect the owners every year. Every time we will elect three owners.
95
-
All the contributers could vote for three owners, one is the main owner, the other two are assistant owners. When the new owners have been elected, the old owners MUST move the power to the new owners.
96
-
If some owner don't obey these rules, the other owners are allowed to revoke his owner status.
110
+
Since Gitea is a pure community organization without any company
111
+
support, to keep the development healthly We will elect the owners every
112
+
year. Every time we will elect three owners. All the contributers could
113
+
vote for three owners, one is the main owner, the other two are assistant
114
+
owners. When the new owners have been elected, the old owners MUST move
115
+
the power to the new owners. If some owner don't obey these rules,
116
+
the other owners are allowed to revoke his owner status.
97
117
98
-
After the election, the new owners should say he agrees with these rules on the [CONTRIBUTING](CONTRIBUTING.md) on the [Gitter Gitea Channel](https://gitter.im/go-gitea/gitea). Below is the word to speak
118
+
After the election, the new owners should say he agrees with these
119
+
rules on the [CONTRIBUTING](CONTRIBUTING.md) on the [Gitter Gitea
120
+
Channel](https://gitter.im/go-gitea/gitea). Below is the word to speak
99
121
100
122
```
101
-
I'm glad to be an owner of Gitea, I agree with [CONTRIBUTING](CONTRIBUTING.md). I will spend part of my time on gitea and lead the development of gitea.
123
+
I'm glad to be an owner of Gitea,
124
+
I agree with [CONTRIBUTING](CONTRIBUTING.md).
125
+
I will spend part of my time on gitea
126
+
and lead the development of gitea.
102
127
```
103
128
104
-
For a honor to the owners, this document will add the history owners below:
129
+
For a honor to the owners, this document will add the history owners
Gitea has one master as a tip branch and have many version branch such as v0.9. v0.9 is a release branch and we will tag v0.9.0 both for binary download.
111
-
If v0.9.0 have some bugs, we will accept PR on v0.9 and publish v0.9.1 and merge bug PR to master.
140
+
Gitea has one master as a tip branch and have many version branch
141
+
such as v0.9. v0.9 is a release branch and we will tag v0.9.0 both for
142
+
binary download. If v0.9.0 have some bugs, we will accept PR on v0.9
143
+
and publish v0.9.1 and merge bug PR to master.
112
144
113
-
Branch master is a tip version, so if you wish a production usage, please download the latest release tag version. All the branch will be protected via github,
114
-
All the PRs to all the branches should be review by two maintainers and pass the automatic tests.
145
+
Branch master is a tip version, so if you wish a production usage,
146
+
please download the latest release tag version. All the branch will be
147
+
protected via github, All the PRs to all the branches should be review
148
+
by two maintainers and pass the automatic tests.
115
149
116
150
## Copyright
117
151
@@ -123,5 +157,6 @@ Code that you contribute should use the standard copyright header:
123
157
// license that can be found in the LICENSE file.
124
158
```
125
159
126
-
Files in the repository are copyright the year they are added and the year they are last changed. If the copyright author is changed, just copy the head
127
-
below the old one.
160
+
Files in the repository are copyright the year they are added and the
161
+
year they are last changed. If the copyright author is changed, just
0 commit comments