mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: README.md and removed the e2E folder as it is in a dedicated project now
This commit is contained in:
+11
-2
@@ -14,8 +14,9 @@ Please take a moment to review this guide. It will help you understand how to co
|
||||
2. [Reporting Issues](#reporting-issues)
|
||||
3. [Submitting Changes](#submitting-changes)
|
||||
4. [Code Style Guidelines](#code-style-guidelines)
|
||||
5. [Pull Request Process](#pull-request-process)
|
||||
6. [Community Guidelines](#community-guidelines)
|
||||
5. [E2E Tests](#e2e-tests)
|
||||
6. [Pull Request Process](#pull-request-process)
|
||||
7. [Community Guidelines](#community-guidelines)
|
||||
|
||||
---
|
||||
|
||||
@@ -88,6 +89,14 @@ If you encounter a bug or have a suggestion for improvement, follow these steps:
|
||||
|
||||
---
|
||||
|
||||
## E2E Tests
|
||||
|
||||
E2E tests now live in a dedicated repository: [Portabase/e2e-tests](https://github.com/Portabase/e2e-tests).
|
||||
|
||||
If your contribution needs corresponding end-to-end test coverage, add it there instead of this repo.
|
||||
|
||||
---
|
||||
|
||||
## Pull Request Process
|
||||
|
||||
1. Ensure your code passes all tests and linters.
|
||||
|
||||
Reference in New Issue
Block a user