Skip to content

Commit be67c9b

Browse files
committed
refactor: rename master branch --> main
1 parent 4f99dfe commit be67c9b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Unit test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
deploy:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- docs/**
77
- api/**
88
- mkdocs.yml
9-
branches: [master]
9+
branches: [main]
1010
# Allow manual trigger (workflow_dispatch)
1111
workflow_dispatch:
1212

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[osm-export-tool2.master]
4+
[osm-export-tool2.main]
55
source_file = locales/en/LC_MESSAGES/django.po
66
source_lang = en
77
trans.de = locales/de/LC_MESSAGES/django.po

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [issue queue](https://github.com/hotosm/osm-export-tool/issues) is the best
1515

1616
## Testing
1717

18-
Test a bug fix or new feature. Once an issue has been addressed and Pull Request (PR) change deployed to the [Export Tool Staging site](https://export-staging.hotosm.org/en/v3/), you will be able to view and test the change on the staging site. A PR would then be made from develop to master branch, which would require two reviews. If you notice any issues while testing, please comment on the PR directly.
18+
Test a bug fix or new feature. Once an issue has been addressed and Pull Request (PR) change deployed to the [Export Tool Staging site](https://export-staging.hotosm.org/en/v3/), you will be able to view and test the change on the staging site. A PR would then be made from develop to main branch, which would require two reviews. If you notice any issues while testing, please comment on the PR directly.
1919

2020

2121
## Code contributions
@@ -24,7 +24,7 @@ Create pull requests (PRs) for changes that you think are needed. We would reall
2424

2525
## Documentation
2626

27-
We really welcome your input in updating the documentation pages for using the ExportTool [here](https://github.com/hotosm/osm-export-tool/tree/master/ui/app/components/help)
27+
We really welcome your input in updating the documentation pages for using the ExportTool [here](https://github.com/hotosm/osm-export-tool/tree/main/ui/app/components/help)
2828

2929

3030
## Thank you!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This is the source code for the web service available at [export.hotosm.org](htt
3737
* To report a problem or bug, please include a link to the export's download page. This will be a URL that looks like this: [export.hotosm.org/en/v3/exports/cb709d41-6f78-4ee5-8e9a-9eae7b63177c](https://export.hotosm.org/en/v3/exports/cb709d41-6f78-4ee5-8e9a-9eae7b63177c)
3838
* Include the GIS program you are using and the version: for example, QGIS 3.8.
3939
* Screenshots of the web interface or the data within your GIS program are always helpful!
40-
* See detailed contributor guidelines [here](https://github.com/hotosm/osm-export-tool/blob/master/CONTRIBUTING.md).
40+
* See detailed contributor guidelines [here](https://github.com/hotosm/osm-export-tool/blob/main/CONTRIBUTING.md).
4141

4242
## For Developers
4343

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ site_url: "https://www.hotosm.org"
55

66
repo_name: "hotosm/osm-export-tool"
77
repo_url: "https://github.com/hotosm/osm-export-tool/"
8-
edit_uri: "edit/master/docs/"
8+
edit_uri: "edit/main/docs/"
99

1010
extra:
1111
social:

0 commit comments

Comments
 (0)