Skip to content

Commit c0b2c8a

Browse files
SagePtrtechknowlogick
authored andcommitted
Fixed spelling typos in CONTRIBUTING.md (#5061)
1 parent 1ecf92a commit c0b2c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ whole tree to make sure the changes don't break other usage
6969
and keep the compatibility on upgrade. To make sure you are
7070
running the test suite exactly like we do, you should install
7171
the CLI for [Drone CI](https://github.com/drone/drone), as
72-
we are using the server for continous testing, following [these
72+
we are using the server for continuous testing, following [these
7373
instructions](http://docs.drone.io/cli-installation/). After that,
7474
you can simply call `drone exec --local --build-event "pull_request"` within
7575
your working directory and it will try to run the test suite locally.
@@ -93,7 +93,7 @@ You can find more information on how to get started with it on the [dep project
9393
We do all translation work inside [Crowdin](https://crowdin.com/project/gitea).
9494
The only translation that is maintained in this git repository is
9595
[`en_US.ini`](https://github.com/go-gitea/gitea/blob/master/options/locale/locale_en-US.ini)
96-
and is synced regularily to Crowdin. Once a translation has reached
96+
and is synced regularly to Crowdin. Once a translation has reached
9797
A SATISFACTORY PERCENTAGE it will be synced back into this repo and
9898
included in the next released version.
9999

@@ -263,7 +263,7 @@ be reviewed by two maintainers and must pass the automatic tests.
263263
* Before releasing, confirm all the version's milestone issues or PRs has been resolved. Then discuss the release on discord channel #maintainers and get agreed with almost all the owners and mergers. Or you can declare the version and if nobody against in about serval hours.
264264
* If this is a big version, then you have to create a new branch named `release/v$vmaj.$vmin`
265265
* Create PR for changelog on branch `release/v$vmaj.$vmin`
266-
* After your PR reviewed and merged, and CI passed, add a tag as `git tag -s -F release.notes v$vmaj.$vmin.$`, release.notes file could be a temporory file to only include the changelog this version which you added to `CHANGELOG.md`.
266+
* After your PR reviewed and merged, and CI passed, add a tag as `git tag -s -F release.notes v$vmaj.$vmin.$`, release.notes file could be a temporary file to only include the changelog this version which you added to `CHANGELOG.md`.
267267
* And then push the tag as `git push origin v$vmaj.$vmin.$`. Drone CI will automatically created a release and upload all the compiled binary. (But currently it didn't add the release notes automatically. Maybe we should fix that.)
268268
* Send PR for changelog on branch `master`.
269269
* Send PR to [blog repository](https://github.com/go-gitea/blog) announcing the release.

0 commit comments

Comments
 (0)