Skip to content

Commit ce3f35f

Browse files
Fix whitespaces.
1 parent 880eaba commit ce3f35f

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ WarpSQL is a powerful solution that provides opinionated extensions to Postgres,
4444
By utilizing WarpSQL, you can benefit from the following:
4545
4646
• Simplified setup: With WarpSQL, you can have all the necessary extensions for your Postgres database in one go, saving you time and effort.
47-
4847
• Seamless integration: WarpSQL includes popular extensions like PgVector, TimescaleDB, Citus, and PostGIS, allowing you to leverage their functionality seamlessly.
49-
5048
• Enhanced performance: The included extensions are carefully selected to optimize database performance, enabling you to work efficiently with large datasets.
51-
5249
• Extensibility: While WarpSQL already supports a range of extensions, it aims to expand its offerings to include even more powerful tools in the future, such as ZomboDB, PLV8, and Pg Repack.
5350
Get started with WarpSQL today and experience the convenience of a comprehensive Postgres solution.
5451
@@ -64,15 +61,10 @@ Click the "Open in Gitpod" button above or use the following link:[Open in Gitpo
6461
6562
6663
• Wait for the Gitpod environment to be created and initialized.
67-
6864
• Once the environment is ready, you can start working on the project.
69-
7065
• Make your desired changes or additions.
71-
7266
• Test your changes and ensure they meet the project's guidelines.
73-
7467
• Commit and push your changes to your forked repository.
75-
7668
• Create a pull request from your forked repository to the main WarpSQL repository.
7769
7870
## Development with GitHub Codespaces
@@ -83,11 +75,8 @@ You can use GitHub Codespaces to develop this project in the cloud.
8375
8476
8577
• Click on the "Code" button.
86-
8778
• Select "Open with Codespaces" from the dropdown menu.
88-
8979
• Choose the appropriate Codespace configuration.
90-
9180
• Wait for the environment to be provisioned.
9281
9382
Once the environment is ready, you can start working on the project.
@@ -108,31 +97,20 @@ Install the project dependencies by running the following command in the termina
10897
Before merging any contributions or changes, it's essential to ensure that the continuous integration (CI) tests pass successfully. CI helps maintain code quality standards and prevents the introduction of regressions. To ensure a smooth integration process, follow these steps:
10998

11099
• Make your desired changes or additions to the codebase.
111-
112100
• Run the relevant tests locally to verify that your changes are functioning as expected.
113-
114101
• Push your changes to the branch you're working on.
115-
116102
• The CI system will automatically run tests and checks on your code.
117-
118103
• Monitor the CI build status to ensure that all tests pass successfully.
119-
120104
• If the CI build fails, review the error messages and make the necessary fixes.
121-
122105
• Repeat steps 3-6 until the CI build passes successfully.
123-
124106
• Once the CI build is successful, you can proceed with merging your changes into the main WarpSQL repository.
125107

126108

127109
## Publish the Project ![](https://img.shields.io/badge/Publish-IconName-green)
128110

129-
130111
To publish the WarpSQL project, follow the guidelines below:
131112

132113
• Document the release process: Provide clear instructions on how to release new versions of the project. This may include steps to follow, release branches or tags, and any necessary checks or validations.
133-
134114
• Versioning conventions: Define the versioning scheme used for the project. It could be semantic versioning (e.g., MAJOR.MINOR.PATCH) or any other convention that aligns with the project's needs.
135-
136115
• Release notes: Prepare release notes for each new version, highlighting the changes, bug fixes, and new features included in the release. This helps users understand what to expect when upgrading to a new version.
137-
138116
• Distribution and deployment: Specify how the project should be distributed or deployed. If there are specific packages, containers, or deployment configurations, provide relevant documentation or instructions.

0 commit comments

Comments
 (0)