Skip to content

Commit b4c3209

Browse files
authored
Merge pull request #2 from jianxiaoguo/master
chore(postgres):replace the special words
2 parents 4b7629d + 5a28eb2 commit b4c3209

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# How to Contribute
22

33
This project is part of Drycc. You can find the latest contribution
4-
guidelines [at the Drycc project](https://github.com/drycc/drycc/blob/master/CONTRIBUTING.md).
4+
guidelines [at the Drycc project](https://github.com/drycc/drycc/blob/main/CONTRIBUTING.md).
55

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Drycc Maintainers
22

33
This project is part of Drycc. The official maintainers documentation is
4-
located [in the main project](https://github.com/drycc/drycc/blob/master/MAINTAINERS.md).
4+
located [in the main project](https://github.com/drycc/drycc/blob/main/MAINTAINERS.md).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Drycc Postgres
33

4-
[![Build Status](https://travis-ci.org/drycc/postgres.svg?branch=master)](https://travis-ci.org/drycc/postgres)
4+
[![Build Status](https://travis-ci.org/drycc/postgres.svg?branch=main)](https://travis-ci.org/drycc/postgres)
55

66
Drycc (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
77

@@ -34,15 +34,15 @@ In order to develop and test this component in a Drycc cluster, you'll need the
3434

3535
## Testing Your Code
3636

37-
Once you have all the aforementioned prerequisites, you are ready to start writing code. Once you've finished building a new feature or fixed a bug, please write a unit or integration test for it if possible. See [an existing test](https://github.com/drycc/postgres/blob/master/contrib/ci/test.sh) for an example test.
37+
Once you have all the aforementioned prerequisites, you are ready to start writing code. Once you've finished building a new feature or fixed a bug, please write a unit or integration test for it if possible. See [an existing test](https://github.com/drycc/postgres/blob/main/contrib/ci/test.sh) for an example test.
3838

3939
If your feature or bugfix doesn't easily lend itself to unit/integration testing, you may need to add tests at a higher level. Please consider adding a test to our [end-to-end test suite](https://github.com/drycc/workflow-e2e) in that case. If you do, please reference the end-to-end test pull request in your pull request for this repository.
4040

4141
### Dogfooding
4242

4343
Finally, we encourage you to [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) this component while you're writing code on it. To do so, you'll need to build and push Docker images with your changes.
4444

45-
This project has a [Makefile](https://github.com/drycc/postgres/blob/master/Makefile) that makes these tasks significantly easier. It requires the following environment variables to be set:
45+
This project has a [Makefile](https://github.com/drycc/postgres/blob/main/Makefile) that makes these tasks significantly easier. It requires the following environment variables to be set:
4646

4747
* `DRYCC_REGISTRY` - A Docker registry that you have push access to and your Kubernetes cluster can pull from
4848
* If this is [Docker Hub](https://hub.docker.com/), leave this variable empty

0 commit comments

Comments
 (0)