-
-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rebranding] Rename postgresql_cluster to autobase (#821)
- Loading branch information
Showing
26 changed files
with
109 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,18 +11,18 @@ Your contributions are appreciated and will be taken seriously. | |
|
||
### 1. Create an issue | ||
|
||
Report problems or suggest improvements by [creating an issue](https://github.com/vitabaks/postgresql_cluster/issues). | ||
Report problems or suggest improvements by [creating an issue](https://github.com/vitabaks/autobase/issues). | ||
|
||
### 2. Fork the project | ||
|
||
[Fork the repository](https://github.com/vitabaks/postgresql_cluster) to your GitHub account. | ||
[Fork the repository](https://github.com/vitabaks/autobase) to your GitHub account. | ||
|
||
### 3. Make changes | ||
|
||
Clone your fork locally and make the necessary changes: | ||
|
||
```bash | ||
git clone [email protected]:YOURNAMESPACE/postgresql_cluster.git | ||
git clone [email protected]:YOURNAMESPACE/autobase.git | ||
``` | ||
|
||
### 4. Test your changes (Optional) | ||
|
@@ -32,8 +32,8 @@ git clone [email protected]:YOURNAMESPACE/postgresql_cluster.git | |
Use Gitpod for a cloud-based development environment: | ||
|
||
1. Sign up for Gitpod: https://gitpod.io | ||
2. Fork the `postgresql_cluster` repository | ||
3. Open your fork in Gitpod: `https://gitpod.io/#https://github.com/username/postgresql_cluster` | ||
2. Fork the `autobase` repository | ||
3. Open your fork in Gitpod: `https://gitpod.io/#https://github.com/username/autobase` | ||
4. Create a new branch: `git checkout -b my-feature-branch` | ||
5. Make your changes and commit: `git add .` and `git commit -m "Description of changes"` | ||
6. Test with Molecule: `make tests` or `make tests-fast` | ||
|
Oops, something went wrong.